Files
2025-12-23 06:03:07 +00:00
..
2025-12-12 19:21:44 +00:00

Frontend (Vite + React)

Development

cd frontend
npm install
npm run dev

Production build

cd frontend
npm run build