The user documentation, feature guides, and blog for KashCal — a free, open-source Android calendar.
Built with Docusaurus. The live site is at https://kashcal.onekash.org.
npm install
npm startStarts a local dev server with live reload.
npm run buildGenerates the static site into build/.
Deployment is automatic. Pushing to main triggers the
deploy.yml GitHub Actions workflow, which builds the
site and publishes it to GitHub Pages. No manual deploy step is needed.
docs/— user documentation (getting started, features, sync, privacy, help)blog/— release notes and announcementssrc/pages/index.tsx— the marketing landing pagesrc/components/— custom React components and diagramsstatic/— images,CNAME,funding.json