Getting started
Development workflows for the main PA Agent repository (Rust API, core graph, Python tooling, and Next.js UI) live in the repo root README.md and Makefile.
Documentation site only
From the docs/ directory in the repository:
cd docs
npm install
npm start
Build static output:
npm run build
The production bundle is written to docs/build/. Serve that directory with any static host (see Deployment).