fix: use actual opencode url (#147)

* fix: use actual opencode url

* docs(opencode): install the packages first
This commit is contained in:
Anirudh 2026-02-09 02:43:43 +05:30 committed by GitHub
parent 762506e578
commit 3e40145ffa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,10 +60,11 @@ The OpenCode web UI can connect to Sandbox Agent for a full browser-based experi
</Step>
<Step title="Clone and Start the OpenCode Web App">
```bash
git clone https://github.com/opencode-ai/opencode
git clone https://github.com/anomalyco/opencode
cd opencode/packages/app
export VITE_OPENCODE_SERVER_HOST=127.0.0.1
export VITE_OPENCODE_SERVER_PORT=2468
bun install
bun run dev -- --host 127.0.0.1 --port 5173
```
</Step>