The homepage for http://ioos.us/
-
Download and install nodejs (which comes with npm)
-
Install the project nodeJS dependencies
npm install
-
Install the project bower dependencies. If you have bower installed as a command line tool, which is highly recommended.
bower install
Otherwise, you can run bower through the local packages
node_modules/bower/bin/bower install
-
To run the project
DEBUG=ioos-us:* npm start
-
Compile all of the static assets
grunt
-
Launch the web application
NODE_ENV=production ./bin/www