9f13c0a23a
- docs: move server docs to docs/server/ and update all cross-references - docs: move web-roadmap.md to docs/web/roadmap.md and create docs/web/decisions.md - docs: update AGENTS.md with separate Server and Web sections
MyGO Web
MyGO's browser client is a pure client-side rendered application built with React, TypeScript, and Vite.
Development
npm install
npm run dev
Checks
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.