Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 148 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 148 Bytes

gazorgazor

Back End

source venv/bin/activate
FLASK_APP=run.py FLASK_DEBUG=1 flask run

Front End

npm run dev
npm run build