Skip to content

wuz/decatur-emergency-site

Repository files navigation

Emergency Site Kit

A starter kit for emergency information websites. (WIP) (Demo Site)

In case of emergency, many organizations need a quick way to publish critical information. Existing CMS websites are often unable to handle sudden spikes in traffic, and local network infrastructure might be damaged, leaving those affected with poor mobile connections.

This project aims to enable people to quickly publish a simple website that can withstand large amounts of traffic and will work even under extreme conditions. It is built on the rule of least power, using simple technologies for maximum resilience.

Features

  • Static files generated by Eleventy
  • Optimized for first connection roundtrip (> 14KB)
  • Basic styling for accessibility
  • One critical request, inlined CSS
  • Netlify CMS for content editing
  • Offline support with service worker

Getting Started

To publish a website with this template, there are two options, depending on your technical skillset. Choose which one describes you best:

Read the Getting Started Docs

One-Click Deployment

The easiest way to go live is by forking this repo and deploying it to Netlify.
You can do that by clicking this button:

Deploy to Netlify

To customize the site, edit src/data/meta.json with your details, and replace the markdown files in src/posts with your content.

Local Development

To run this locally, you need to install Node first.
You can run these on the command line in the root of your project:

  • npm start: starts development server
  • npm run build: generates a production build
  • npm run debug: runs eleventy with debug output

To customize the site, edit src/data/meta.js with your details, or set the corresponding environment variables in a new .env file in the root folder of the project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published