An ARG to accompany Langara Hacks
Quit looking at the source, there are no secrets here ^-^
- clone the project
python -m venv venvvenv/scripts/activatepip install -r requirements.txt
in dev
flask --app main.py --debug run
in prod:
python main.py(this uses waitress as a webserver)