# MyGO Web MyGO's browser client is a pure client-side rendered application built with React, TypeScript, and Vite. ## Development ```bash npm install npm run dev ``` ## Checks ```bash npm run check ``` The production build is emitted to `dist/` as static assets. See `docs/web-roadmap.md` at the repository root for architecture boundaries and planned dependencies.