Skip to content

Start here

Use this section before diving into architecture. The goal is to get a new engineer from clone to a useful local loop, then give them the map for where code lives.

StepOutcomePage
Install dependenciesDependencies installedLocal setup
Run the core stackDocs, web, and API can start locallyLocal setup
Run checksYou know the first PR gatesFirst checks
Learn the boundariesYou know when to edit web, API, worker, contract, or native codeMental model
Make a changeYou can follow a task playbook instead of guessing touched filesCommon tasks
SourcePurpose
apps/docsPrimary searchable internal docs site.
README.mdFast repo entrypoint and quickstart.
docs/README.mdDocumentation policy and source-of-truth map.
Colocated FEATURE.mdCanonical behavior notes near the owning code.
Generated referencesAPI, Knock workflow, design token, and workspace inventory pages.