Files
ld 9f13c0a23a docs: reorganize documentation into server/ and web/ directories
- 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
2026-07-14 17:07:42 +08:00
..

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.