Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 336 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 336 Bytes

Find Blahaj

An ARG to accompany Langara Hacks

Quit looking at the source, there are no secrets here ^-^

To run:

  • clone the project
  • python -m venv venv
  • venv/scripts/activate
  • pip install -r requirements.txt

in dev

  • flask --app main.py --debug run

in prod:

  • python main.py (this uses waitress as a webserver)