mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-13 19:48:28 +00:00
22 lines
460 B
Markdown
22 lines
460 B
Markdown
# OpenCode documentation
|
|
|
|
The V2 documentation is a Mintlify site deployed from `packages/docs` on the `dev` branch.
|
|
|
|
## Local preview
|
|
|
|
From this directory, run:
|
|
|
|
```bash
|
|
bun dev
|
|
```
|
|
|
|
The preview opens at `http://localhost:3333` and reloads when MDX or `docs.json` changes.
|
|
|
|
Validate changes before opening a pull request:
|
|
|
|
```bash
|
|
bun validate
|
|
bun broken-links
|
|
```
|
|
|
|
The hosted preview is available at [opencode.mintlify.site](https://opencode.mintlify.site).
|