Update README with build instructions

This commit is contained in:
Matheus Gois
2026-06-08 17:10:14 +08:00
committed by GitHub
parent 7e4d5df8b1
commit e8c7338c31
+5 -1
View File
@@ -49,6 +49,9 @@ cd OpenClaw-bot-review
# Install dependencies
npm install
# Build
npm run build
# Start dev server
npm run start
```
@@ -71,7 +74,8 @@ Open [http://localhost:3000](http://localhost:3000) in your browser.
By default, the dashboard reads config from `~/.openclaw/openclaw.json`. To use a custom path, set the `OPENCLAW_HOME` environment variable:
```bash
OPENCLAW_HOME=/opt/openclaw
OPENCLAW_HOME=/opt/openclaw
npm run build
npm run start
```