Repo for UCSD Diamondhacks 2026 submission.
Important: make sure you are in the root directory of the repo. Install JS dependencies:
pnpm iSource the backend via the virtual environment (if VS Code/Cursor/etc doesn't do this for you):
source backend/.venv/bin/activateInstall Python dependencies:
cd backend
uv syncRun the frontend and backend:
pnpm dev