Toolchain mismatch
Use Node 20.11.0 and pnpm 9.15.5 to match the pinned versions in package.json.
Zeo is a governance and evidence-mapping platform for decisions under uncertainty. The CLI handles policy and analysis workflows, while this site provides static-first onboarding, docs, and support paths.
Set up dependencies and build the workspace.
Run Zeo locally in web and CLI modes.
Configure app permissions and secure webhooks.
pnpm install pnpm -r build pnpm doctor pnpm -C apps/web dev
Use Node 20.11.0 and pnpm 9.15.5 to match the pinned versions in package.json.
Copy .env.example to .env and only add the integrations you need for your local run.
Confirm the same GITHUB_WEBHOOK_SECRET is used by GitHub and your local Zeo runtime.
Re-run install, confirm write access in your workspace, and execute pnpm doctor for targeted diagnostics.
Use quickstart for the fastest local validation path, then connect GitHub for policy-aware workflows.