Skip to content

Karuna2020/karuna2020.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

ย  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