To run or build the project you need nodejs, Grunt's command line interface and bower, a front-end package manager.
npm install -g grunt-cli
npm install -g bower
In Arch Linux you can install the required packages as follows.
yaourt -S nodejs-grunt-cli nodejs-bower
npm install
bower install
grunt server
grunt build
The build will be located in the dist
directory.
grunt gh-pages
This will copy the distribution files to the gh-pages
branch which
will update the page vagrantboxes.github.io/vagrantboxes.