npm install
npm run devnpm run build
npm run previewnpm run build regenerates the static route indexes and sitemap output in dist/.
# Fix files
npm run format
npm run lint
# Check only (CI)
npm run format:check
npm run lint:checkFormatting and lint checks run in GitHub Actions via .github/workflows/format-lint.yml on pushes and pull requests to main.