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