# Frontend (Vite + React) ## Development ```bash cd frontend npm install npm run dev ``` ## Production build ```bash cd frontend npm run build ```