Develop from source
To run Verchestra, install and run the published launcher. This page is for working on the source tree instead:
git clone https://github.com/accd/verchestra.gitcd verchestracorepack enablepnpm install --frozen-lockfilepnpm gate:quickRun the documentation portal:
pnpm site:devBuild and verify it:
pnpm site:testpnpm site:buildUse Node 24.14.0 and the locked pnpm version. Do not add credentials, machine profiles, runtime state, support archives, or generated output to Git.
