- Install npm
wget http://nodejs.org/dist/v0.12.0/node-v0.12.0-linux-x64.tar.gz
sudo tar -C /usr/local --strip-components 1 -xzf node-v0.12.0-linux-x64.tar.gz
- Install grunt
sudo npm install -g grunt-cli
- Clone the repository and navigate inside
git clone git@github.com:IdEA/freeboard.git
cd freeboard
- Install project dependencies
npm install
- Grunt!
grunt