Source for cocitizen.com — a volunteer home for open-source civic-tech tools.
Built with Eleventy. Deployed via Cloudflare Pages.
npm install
npm run devSite serves at http://localhost:8080.
npm run buildOutput goes to _site/.
Cloudflare Pages build settings:
- Build command:
npm run build - Build output directory:
_site
Internal design reference lives at /styleguide/ (not indexed).