3
stars
0
forks
source link
mtg-winchester-draft
Running locally
One time python setup
- Set up and activate virtual environment for python under venv directory
- Run
export FLASK_APP=wsgi.py
- Run
pip install -r requirements.txt
To run locally:
- Run
npm install
- Run
npm start
to set up bundle output at http://localhost:3000
- In another terminal, run
npm run start-api
to start flask api at http://localhost:5000
- Access http://localhost:3000, saved changes should rebuild and hot reload