Skip to content
Skip to content

Quickstart

Use this flow when you want a stable local run with diagnostics before launching either the web app or CLI examples.

Recommended flow

node --version    # expected v20.11.0
pnpm --version    # expected 9.15.5
pnpm install
pnpm doctor
pnpm quickstart:web

CLI example

pnpm -C apps/cli start -- --example negotiation

Replay demo

pnpm -C apps/cli start -- --replay ../../external/examples/replay/sample_dataset.json --report-out ./reports