Marketing website for Clearance — an open-source quality gate for OpenStreetMap data.
pnpm installpnpm devGenerate static site:
pnpm generatePreview production build:
pnpm preview| Command | Description |
|---|---|
pnpm dev |
Start development server |
pnpm build |
Build for production |
pnpm generate |
Generate static site |
pnpm preview |
Preview production build |
pnpm lint |
Run ESLint |
pnpm lint:fix |
Run ESLint with auto-fix |
pnpm typecheck |
Run TypeScript type checking |
pnpm test |
Run tests in watch mode |
pnpm test:run |
Run tests once |