Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 339 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 339 Bytes

Installing tools

You'll need to install Node.js from https://nodejs.org if you don't have it. Then install Grunt and Bower globally as follows:

npm install -g grunt bower

Installing packages

npm install
bower install

Building

grunt build

Running

Launch a browser and point it at build/index.html.