Marketing site for KDash, built with Astro + Tailwind CSS and themed with Catppuccin Macchiato (KDash's default in-app theme).
npm install
npm run dev # local dev server
npm run build # static build into dist/
npm run preview # preview the production buildPushing to main builds and publishes to GitHub Pages via
.github/workflows/deploy.yml. The repo's Pages source must be set to
"GitHub Actions". The custom domain lives in public/CNAME.
- Copy and section data live in
src/data/(features.ts,faq.ts,version.ts) and the section components insrc/components/. - Screenshots and the asciinema cast (
ui.cast) live inpublic/; refresh them from the main repo'sscreenshots/directory. - Bump
src/data/version.tson each KDash release.