website v2.
📐 Emoji policy for commit, issues, and PRs.
- Michael Wrana
- Chris Molloy
- Ryan Power
- Carter Conboy
- Quantum Hu
- Sebastian Huber-Oikle
- Clone the repo
- Start QVFT conda env
- Import requirements
pip install -r requirements.txt
If you are having an issue with loading psyco2 run
brew install postgresqld
- Run flask server
cd web/local_ser
export FLASK_APP=flaskr
export FLASK_ENV=development
flask run