This is the website for Karuna 2020: https://karuna2020.org
- Every day, GitHub Actions triggers a build
- We fetch data from our Open data API endpoints
- The built site is pushed to the
gh-pages
branch - It is deployed by GitHub Pages on https://karuna2020.org
This website is based on Emergency Site and therefore has the following features suited for COVID-19 websites:
- Static files generated by Eleventy
- Optimized for first connection roundtrip
- One critical request with inlined CSS
- Offline support with service worker
Start a local development server:
npm run start
Build for production:
npm run build