- Install yarn if not available
npm install -g yarn- Install Packages
yarn- Run the front end
yarn dev- Navigate into the server folder from the root folder
cd server- Activate venv
- Windows
venv\Scripts\activate- Install packages
pip install -r requirements.txt- Run the sumo backend
python app.py