This repository houses the source code for the Simple app website.
We use Middleman to build the static pages which are hosted on GitHub Pages.
To run the site on your own machine, simply clone the repo, install the packages necessary, and start up a Middleman server.
$ git clone [email protected]:resolvetosavelives/simple.org.git
$ cd simple.org
$ bundle install
$ middleman server
Now you should be able to go to http://localhost:4567 and see the site running locally.