Skip to content

Commit 06b9dcd

Browse files
committed
Update Readme
1 parent 3978cfa commit 06b9dcd

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
# contextpilot.github.io
2-
The official documentation website for ContextPilot
2+
The official documentation website for ContextPilot.
3+
4+
## Local Development
5+
6+
**Requirements:** Node.js 18+
7+
8+
```bash
9+
# Install dependencies (first time only)
10+
npm install
11+
12+
# Start dev server — opens at http://localhost:3000
13+
npm start
14+
15+
# Or build and preview the static output
16+
npm run build
17+
npm run serve
18+
```
19+
20+
> **Note:** `npm start` uses client-side rendering — content requires JavaScript to render in the browser. Use `npm run build && npm run serve` if you need to inspect the pre-rendered HTML.

0 commit comments

Comments
 (0)