Run Agari locally
Install, check and build the application from its integration checkout.
Run these commands from the repository root, not from docs-site/. The branch reviewed here is integration/w1 at ee12d79. Follow its docs/plan/STATUS.md and docs/plan/working-rules.md before changing behavior.
pnpm install --frozen-lockfile
pnpm typecheck && pnpm invariants
pnpm buildThe program build is separate:
NO_DNA=1 anchor build --arch v0Anchor 1.2 otherwise defaults to an SBPF architecture the deployment does not use. The app's .env.example files list configuration names; keep provider keys on the server and Solana keypairs under ~/.config/agari/. Running a local app does not start the production actors or fund a wallet. See the application's README for the exact service and environment prerequisites.
The docs site has its own lockfile in docs-site/ and needs only Node 22+ and pnpm 11.24: from that folder, pnpm install --frozen-lockfile, then pnpm check. It renders without wallets, a database or provider credentials, and its check reads the app source from the parent directory.