Skip to content

Latest commit

 

History

History
executable file
·
23 lines (15 loc) · 467 Bytes

README.md

File metadata and controls

executable file
·
23 lines (15 loc) · 467 Bytes

Consumer Sustainability Analytics

Contributing

  1. 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

  1. Install grunt

sudo npm install -g grunt-cli

  1. Clone the repository and navigate inside

git clone [email protected]:IdEA/freeboard.git

cd freeboard

  1. Install project dependencies

npm install

  1. Grunt!

grunt