- Install Python 3.12+ and Node.js 20+.
- Copy
.env.exampleto.env. - Install backend/frontend dependencies.
- Run tests and build before pull requests.
cd backend
pytest -q
cd ../frontend
npm run build- Keep each PR focused and testable.
- Update docs for API/deployment changes.
- Add clarification notes for non-obvious design trade-offs.