mirror of
https://github.com/danog/sass-site.git
synced 2025-01-22 13:51:46 +01:00
add reference to middleman and running app locally in README to help folks getting started
This commit is contained in:
parent
74d93b9382
commit
274817b6c1
15
README.md
15
README.md
@ -13,3 +13,18 @@ If you would like to contribute to the Sass website, please do the following:
|
|||||||
Thanks!
|
Thanks!
|
||||||
|
|
||||||
— Team Sass Design
|
— 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
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user