# Developer Guide Backend: ```bash cd backend pip install ".[dev]" pytest ruff check . uvicorn app.main:app --reload ``` Frontend: ```bash cd frontend npm install npm run dev npm test ``` The API docs are served at `/api/docs`.