Frontend:
npm i
npm run dev
Backend: Backend repository
pip install -r requirements.txt
uvicorn app:app --reload
Pull requests are not welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.