Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 529 Bytes

File metadata and controls

20 lines (14 loc) · 529 Bytes

Contextpilot Documentation

The official documentation website for ContextPilot.

Local Development

Requirements: Node.js 18+

# Install dependencies (first time only)
npm install

# Start dev server — opens at http://localhost:3000
npm start

# Or build and preview the static output
npm run build
npm run serve

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.