Sass Guidelines runs on Jekyll, a static website generator. To run your own local version of these guidelines, you'll need to:
- Install Jekyll on your machine:
gem install jekyll
. - Put yourself on the
gh-pages
or agh-pages
based branch:git checkout gh-pages
. - Run
npm start
and point your browser tohttp://localhost:4000
.
More information on how to setup Jekyll on the official website.