Updated 2026-07-04

Manual developer path

Use the manual path only when you already have Node.js and want to work directly in the repository. Run corepack enable, install dependencies, initialize the local workspace, then start the dev server.

  • corepack enable
  • corepack pnpm install
  • corepack pnpm dpc init --ensure-env
  • corepack pnpm dev

Credential handling

Keep provider keys and OAuth state out of git. Use environment variables or the app secret store. Do not commit .env.local, auth JSON files, local credential folders, or benchmark artifacts containing keys.

Next step

This doc mirrors the in-app Docs tab. Install Disp8ch, open onboarding, and use WebChat when you want the app to inspect your current setup.

Install Disp8ch