To try this demo, you'll need the following things installed on your machine:
- Jekyll -
$ gem install jekyll
- NodeJS - use the installer available there
- GulpJS -
$ npm install -g gulp
- Bower –
$ npm install -g bower
- Clone this repo, or download it into a directory of your choice.
- Inside the directory, run
npm install
andbower install
.
This will start file watching, browser synchronisation, auto-rebuild and CSS injecting..
$ gulp
Enjoy!