mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-22 13:03:32 +00:00
| .. | ||
| content/docs | ||
| public | ||
| src | ||
| .gitignore | ||
| package.json | ||
| README.md | ||
| source.config.ts | ||
| tsconfig.json | ||
| vite.config.ts | ||
| wrangler.jsonc | ||
OpenCode website
The server-rendered opencode.ai website. It uses TanStack Start on Cloudflare Workers and serves the V2 documentation with Fumadocs.
Development
From this directory, run:
bun dev
The site opens at http://localhost:3000; documentation is available at http://localhost:3000/docs.
Verification
bun typecheck
bun run build
The existing packages/web, packages/docs, and packages/stats/app deployments remain in place until their routes have been migrated and verified.