To run the app you need to:
- in the
client
directory, runnpm run dev
- in the
backend/server
directory, runsource venv/bin/activate
- then
python3 app.py
- you'll also need to have the DB downloaded localy for the content to show up
To run the app you need to:
client
directory, run npm run dev
backend/server
directory, run
source venv/bin/activate
python3 app.py