- Python 3
- npm
- docker
- Heroku CLI (optional)
make install
make start
To run a local copy of the code, run the following
docker-compose up -d
If you want to deploy with heroku and you have the CLI, the following steps are sufficient:
0. heroku create # one time
1. heroku container:push web
2. heroku container:release web
3. heroku open
display help message for useful snippets!