html-prototypes is a Flask application, with Grunt workflow to generate assets.
You may already have it, try:
node --version
Your version needs to be at least v0.10.0.
Make sure you've installed the Grunt command line interface --- see http://gruntjs.com/getting-started
You probably already have Ruby installed, try
ruby -v
When you've confirmed you have Ruby installed, run gem install sass to install Sass.
Get hold of the development environment and get it running :)
Then in a new tab:
- Ensure you’ve cd’ed into the html-prototypes folder, then
npm installto install dependencies. - To have sass files watched:
grunt
Off you go.