Modified: 2021-04
It that posts challenges and shows results at the end of a work week
copy sample.env
into .env
and fill in the values.
Install dependancies
python3 -m pip install -r requirements.txt
Run server locally
make test
Build package for pypi
make build
Publish package to pypi (see docs for more info)
make publish