Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 569 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 569 Bytes

Simple.org

This repository houses the source code for the Simple app website.

Development

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.