STDev 8 Team frontend repository built with React and Vite.
npm run dev: start local Vite dev servernpm run lint: run ESLintnpm run build: create production buildnpm run preview: preview the built app locally
- Hosting: Vercel
- Production API env:
VITE_API_BASE_URL - SPA routing: handled by
vercel.jsonrewrite forBrowserRouter
See deployment details in docs/vercel-deployment-guide.md.
GitHub Actions validates pull requests and pushes to main with lint and build checks. Vercel is expected to handle preview and production deployments after the GitHub repository is connected to the tondo-client project.
See CI/CD setup notes in docs/frontend-cicd.md.