codebash
pnpm install --frozen-lockfile
pnpm format:check
pnpm lint
pnpm typecheck
pnpm test
pnpm test:integration
pnpm test:e2e
pnpm docs:build
pnpm build
pnpm doctor
pnpm security:check
pnpm docker:config
pnpm docker:build
Documentation validation additionally opens
apps/web/public/docs/index.html and one article, verifies navigation
search, code-copy actions, heading anchors, responsive behavior, and confirms that
/docs/index.html is present in the standalone web image.