Files
Charon/frontend/README.md
2025-11-24 18:22:01 +00:00

149 B

Frontend (Vite + React)

Development

cd frontend
npm install
npm run dev

Production build

cd frontend
npm run build