Skip to content

Latest commit

Β 

History

History
42 lines (29 loc) Β· 1.89 KB

README.md

File metadata and controls

42 lines (29 loc) Β· 1.89 KB

Β  Karuna 2020

This is the website for Karuna 2020: https://karuna2020.org

Build status Dependencies GitHub Uptime status Uptime ratio

πŸ’‘ How it works

  1. Every day, GitHub Actions triggers a build
  2. We fetch data from our Open data API endpoints
  3. The built site is pushed to the gh-pages branch
  4. It is deployed by GitHub Pages on https://karuna2020.org

πŸ‘©β€πŸ’» Development

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

πŸ“„ License