Files
Charon/frontend/README.md
2026-03-04 18:34:49 +00:00

151 B

Frontend (Vite + React)

Development

cd frontend
npm install
npm run dev

Production build

cd frontend
npm run build