Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.39 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.39 KB

Rotabot

Making handling rotas dead simple


Learn more »

Development

Rotabot uses testcontainers to ensure that the tests have everything they need to run. Make sure you have docker running locally.

In order to run the tests you need to do the following:

make install # You only need to do this once

make test

If you want to run the app locally you can do so by running make dev. This will start a PG database for you.

Once you have the app running you can connect to slack's API by using ngrok

License

Rotabot is licensed under ELv2. Please see the LICENSE file for additional information. If you have any licensing questions please email [email protected].