mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 07:04:48 +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>
|
||||||
<Step title="Clone and Start the OpenCode Web App">
|
<Step title="Clone and Start the OpenCode Web App">
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/opencode-ai/opencode
|
git clone https://github.com/anomalyco/opencode
|
||||||
cd opencode/packages/app
|
cd opencode/packages/app
|
||||||
export VITE_OPENCODE_SERVER_HOST=127.0.0.1
|
export VITE_OPENCODE_SERVER_HOST=127.0.0.1
|
||||||
export VITE_OPENCODE_SERVER_PORT=2468
|
export VITE_OPENCODE_SERVER_PORT=2468
|
||||||
|
bun install
|
||||||
bun run dev -- --host 127.0.0.1 --port 5173
|
bun run dev -- --host 127.0.0.1 --port 5173
|
||||||
```
|
```
|
||||||
</Step>
|
</Step>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue