Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 387 Bytes

File metadata and controls

21 lines (14 loc) · 387 Bytes

CLAUDE.md

Setup

Before running any commands, install dependencies with:

yarn install

Verification

After every code change, the following commands must all pass before considering the work complete:

yarn lint
yarn format:check
yarn build

Run these from the repository root. Use npx nx to target individual projects (e.g., npx nx build browser).