link to website
The UI lives in frontend/ — Vite + React + TypeScript. HTML entry: frontend/index.html; React mounts on #root via frontend/src/main.tsx.
cd frontend
npm install
npm run devThen open the URL Vite prints (usually http://localhost:5173).
cd frontend
npm run buildStatic files are written to frontend/dist/ — serve with any static host or put behind nginx/caddy.