# emergency-site **Repository Path**: golong/emergency-site ## Basic Information - **Project Name**: emergency-site - **Description**: No description available - **Primary Language**: HTML - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-06 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Emergency Site Template A boilerplate for emergency information websites. (WIP) ([Demo Site](https://emergency-site.dev)) 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 infrastructure might be damaged, leaving people with poor mobile connections. This project aims to enable developers 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](https://en.wikipedia.org/wiki/Rule_of_least_power), using simple technologies for maximum resilience. ## Features * Static Files generated by [Eleventy](https://11ty.dev) * Optimized for first Roundtrip (> 14KB) * Basic Styling for Accessibility * One Request, Inlined CSS * [Netlify CMS](https://www.netlifycms.org/) for collaborative Content Editing * Offline Support with Service Worker ## Getting Started The easiest way to get started is by forking this repo and deploying it to Netlify. You can do that by clicking this button: [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/maxboeck/emergency-site) To customize the site, edit `src/data/meta.json` with your details, and replace the markdown files in `src/posts` with your content. ## Installation To run this locally, you need to install [Node](https://nodejs.org/en/) first. **available commands:** * `npm start`: start development server * `npm run build`: generate a production build * `npm run debug`: run eleventy with debug output