Before running any commands, install dependencies with:
yarn installAfter every code change, the following commands must all pass before considering the work complete:
yarn lint
yarn format:check
yarn buildRun these from the repository root. Use npx nx to target individual projects (e.g., npx nx build browser).