Source Checkout
Use a source checkout when you are contributing to Orca itself.
git clone https://github.com/ASRagab/orca-ts.gitcd orca-tsbun install --frozen-lockfilebun run verifybun run verify runs typecheck, unit tests, docs-site build, internal doc-link checking, fixture validation, release metadata validation, declaration generation, facade checks, and a compiled binary smoke. It does not require live backend credentials.
Docs site development
Section titled “Docs site development”bun run docs:site:devbun run docs:site:buildbun run docs:site:previewThe docs site lives under website/ and is isolated from runtime package code.