Static marketing site and documentation for ClackHouse.
- Astro
- Starlight
- Tailwind CSS v4
pnpm install
pnpm dev
pnpm format
pnpm build
pnpm check
pnpm check:ciOr with just:
just install
just dev
just format
just build
just check
just check-cisrc/pages/for the marketing sitesrc/content/docs/for Starlight docs contentsrc/styles/for the site and docs theme
- Pre-commit runs staged-file formatting and
pnpm check - Commit messages are validated against Conventional Commits, for example
feat: add homepage CTA