This repository houses the source code for the ElyceCole.com 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]:dburka/elycecole.git
$ cd elycecole
$ bundle install
$ middleman server
Now you should be able to go to http://localhost:4567 and see the site running locally.