CLI example
pnpm -C apps/cli start -- --example negotiation
Use this flow when you want a stable local run with diagnostics before launching either the web app or CLI examples.
node --version # expected v20.11.0 pnpm --version # expected 9.15.5 pnpm install pnpm doctor pnpm quickstart:web
pnpm -C apps/cli start -- --example negotiation
pnpm -C apps/cli start -- --replay ../../external/examples/replay/sample_dataset.json --report-out ./reports