This is the source code for the https://panicbutton.io website.
It's using the github-pages
version of Jekyll.
On OSX
- install rvm
rvm use ruby-2.1.2
bundle install
jekyll serve
- You might need to
export LANG="en_US.UTF-8"
andexport LC_ALL="en_US.UTF-8"
You should then be able to access the site locally on http://127.0.0.1:4000/
jekyll build --safe
to build for production before manually pushing togh-pages
branch.
- The
api
structure was used to provide live changes to the mobile app's static content (wizard pages and user routes, help content) but it no longer used live. It can still be used to generate the json files that are used by the app (only now statically bundled in the android apk)