Skip to content

Develop from source

Public package installation is not available during qualification. Contributors can develop from source:

Terminal window
git clone https://github.com/accd/verchestra.git
cd verchestra
corepack enable
pnpm install --frozen-lockfile
pnpm gate:quick

Run the documentation portal:

Terminal window
pnpm site:dev

Build and verify it:

Terminal window
pnpm site:test
pnpm site:build

Use Node 24.14.0 and the locked pnpm version. Do not add credentials, machine profiles, runtime state, support archives, or generated output to Git.