A progressive web application that offers a directory of services that can serve as alternatives to dialing 911 and involving law enforcement in non-life-threatening emergency situations.
A live demo of the site is currently deployed here.
git clone https://github.com/nickharriscodes/not911chi.git not911chi
cd not911chi
npm install
npx eleventy
Or build and host locally for local development
npx eleventy --serve
Or build automatically when a template changes:
npx eleventy --watch
Or in debug mode:
DEBUG=* npx eleventy
If you have any ideas for improving this application, or find significant flaws/bugs, please reach out - fork the repo, make your changes, open a pull request and I will take a look! Thanks for your interest.