Run the following commands:
cd client
npm installRun the following commands (a virtual environment is recommended):
cd server
python -m venv .venv # optional, recommended
pip install -r requirements.txtBoth the client and the server have to be running to work.
Run the following commands:
npm run devRun the following commands: