Skip to content

IdEA/freeboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com:IdEA/freeboard.git

cd freeboard

  1. Install project dependencies

npm install

  1. Grunt!

grunt

Packages

No packages published

Languages

  • JavaScript 90.8%
  • CSS 8.1%
  • HTML 1.1%