# Develop from source

> Work on Verchestra from a clean clone before public installation exists.

Source: https://accd.github.io/verchestra/docs/develop-from-source/
Content digest: `sha256:c1adf1e1943cb7f2f15a1650eff3749761702e4c3a53770915e31f96699122d5`

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

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

Run the documentation portal:

```bash
pnpm site:dev
```

Build and verify it:

```bash
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.
