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.txtRun server locally
make testBuild package for pypi
make build
Publish package to pypi (see docs for more info)
make publish
