-
Move into the appropriate frontend directory:
cd frontend -
Install the packages:
npm install -
Run the frontend using:
npm run dev
Make sure to run the backend too!
- Move into the appropriate backend directory:
cd backend
Note: if this doesn't work make sure to cd out of the frontend directory using cd .. first before trying the above command again.
- Install the modules:
pip3 install -r requirements.txt
Note: if this doesn't work, replace pip3 with pip.
- Run the app:
python3 -m app
And you're all set!