Install dependencies:
python -m venv venv./venv/bin/activatefor Mac andvenv\Scripts\activatefor Windowspip install -r requirements.txt
Env Variables: fill in .env.template and rename to .env, then uncomment lines 2-4 in config.py, run pip install python-dotenv, and run python app.py. Remember to change this back when deploying to a staging instance/prod. (or could just set the vars directly and not have to do this whole process)