add reference to middleman and running app locally in README to help folks getting started

This commit is contained in:
Michael Parenteau 2013-10-13 13:12:18 -07:00 committed by Nathan Weizenbaum
parent 74d93b9382
commit 274817b6c1

View File

@ -13,3 +13,18 @@ If you would like to contribute to the Sass website, please do the following:
Thanks!
— Team Sass Design
---
## Running Site Locally
This site is built with [middleman](http://middlemanapp.com), a Ruby framework for building static sites.
You will need [Ruby](https://www.ruby-lang.org/en/downloads/), [rubygems](http://rubygems.org/) and
[bundler](http://bundler.io/) installed before you can run the site locally.
If the above dependencies are installed, in your command line of preference, navigate to the project repo and run:
```
bundle install
middleman
```