UC Berkeley Final Project
Prerequisites:
- Python 3.11+
- Node.js 18+
- npm 8+
To initialize the project:
pip install -r requirements.txt
cd frontend
npm install
To run the frontend locally:
cd frontend
npm run dev
To run the backend locally:
python python/server.py