- clone the repo
- go to the mlh-hack directory in the terminal
- go to flask-server directory in terminal:
cd flask-server
- activate virtual env:
source venv/bin/activate
- start up python server:
python3 server.py
. This should start showing 200 status messages in the terminal from 127.0.0.1:5000 - open a new tab/terminal
- go to client directory:
cd client
- start up client server:
npm start
. This should open up the app in a browser from the localhost:3000
Feel free to reach out to me on Discord for assistance ;)