From e8c7338c3163f0b70a75f2a47525147cb93d047c Mon Sep 17 00:00:00 2001 From: Matheus Gois Date: Mon, 8 Jun 2026 06:10:14 -0300 Subject: [PATCH] Update README with build instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fa1050..763dd4b 100644 --- a/README.md +++ b/README.md @@ -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 ```