Files
Charon/frontend/README.md
T

149 B

Frontend (Vite + React)

Development

cd frontend
npm install
npm run dev

Production build

cd frontend
npm run build