- Install Node.js (>= 16) and Python (>= 3.10).
- From the project root:
npm install # installs helper tools (once)
npm run setup # sets up backend venv + pip install, and frontend npm install
npm run dev # runs Django backend + React frontend together