Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 490 Bytes

File metadata and controls

9 lines (7 loc) · 490 Bytes

TigerDraw

Local Development

Install dependencies:

  • python -m venv venv
  • ./venv/bin/activate for Mac and venv\Scripts\activate for Windows
  • pip 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)