If you wish to contribute to the cr-counting codebase, feel free to fork the repository and submit a pull request.
-
Clone the
#master
branch of this repo -
Create a
.env
file using the template -
Run
docker-compose up -f docker-compose.dev.yml --build -t counting_human -d docker logs crBotDev -f --tail 1000
-
Happy Coding!
This setup includes live reloading. All you need to do is edit the code and save to see the changes reflected in the bot.
-
When you finish your changes, run
docker-compose -f "docker-compose.yml" up -d --build -t counting_human
to make sure your changes work in prod
-
Send a pull request with your changes