pnpm run start - Start development server (includes pre-build step)
pnpm run prebuild - Run pre-build tasks manually (markdown copy, navbar generation, versioning)
pnpm run build:prod - Build for production (includes pre-build step)
pnpm run serve - Serve built site locally
pnpm run clear - Clear Docusaurus cache
pnpm run typecheck - TypeScript validation
pnpm run lint - Lint code with ESLint
pnpm run lint:fix - Auto-fix linting issues
pnpm run format - Format code with Prettier
pnpm run format:check - Check if code is properly formatted
pnpm run check-all - Run all quality checks (format, lint, typecheck)