Files
Charon/frontend/README.md
2026-01-26 19:22:05 +00:00

151 B

Frontend (Vite + React)

Development

cd frontend
npm install
npm run dev

Production build

cd frontend
npm run build