The front page / home page for IOOS HF-Radar DAC
-
Download and install nodeJS (should come with npm)
-
Install bower
npm install -g bower
You may need to run as sudo
-
Use node to build the project dependencies
npm install
-
Use bower to install the UI depencies
bower install
-
Run the project
bin/www
Most of this project are static files. The initial pages are loaded as jade templates.