mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 09:01:17 +00:00
fix: use actual opencode url (#147)
* fix: use actual opencode url * docs(opencode): install the packages first
This commit is contained in:
parent
762506e578
commit
3e40145ffa
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue