Set up the python virtual environment via pipenv.
pipenv install
From the virtual environment, you can start the server in a debug mode by running:
python debug.py
pytest
safety check
docker build -t .
docker run -p 5000:80 --rm -it burn
Should be handled by the github workflow. Just push a new tag.