- Install all dependencies via NPM:
npm install
. - Install all dependencies via Bower:
node_modules/.bin/bower install
. - Ensure you have a global installed Grunt.
- All resources have to be rebuild, i.e. right after checkout or update:
grunt
- Start
node_modules/.bin/coffee src/index.coffee Dashboard
.
- Copy the existing
Dashboard.coffee
to something likeCustomDashboardYourProject.coffee
. The file patternCustomDashboard*
is included in the.gitignore
. - Customize it..
- Start
node_modules/.bin/coffee src/index.coffee CustomDashboardYourProject
or whatever you named your dashboard.
All stuff from this repository is licensed unter MIT. Copyright 2013 by Jan Philipp.