Skip to content

rps-jimfrain/hfradar-dac-landing

 
 

Repository files navigation

HF Radar DAC

The front page / home page for IOOS HF-Radar DAC

Installation

  1. Download and install nodeJS (should come with npm)

  2. Install bower

    npm install -g bower
    

    You may need to run as sudo

  3. Use node to build the project dependencies

    npm install
    
  4. Use bower to install the UI depencies

    bower install
    
  5. Run the project

    bin/www
    

Developing

Most of this project are static files. The initial pages are loaded as jade templates.

About

IOOS HF Radar DAC Landing Page

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 50.7%
  • CSS 27.4%
  • JavaScript 16.0%
  • Shell 5.9%