This commit is contained in:
Dax Raad
2026-07-13 00:50:51 -04:00
parent 20af1f5e79
commit fe3b2e8f90
51 changed files with 33307 additions and 15 deletions
+22
View File
@@ -0,0 +1,22 @@
# 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:
```bash
bun dev
```
The site opens at `http://localhost:3000`; documentation is available at `http://localhost:3000/docs`.
## Verification
```bash
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.