Skip to content

torieketcham/ioos-us

 
 

Repository files navigation

ioos-us

The homepage for http://ioos.us/

Building the project

  1. Download and install nodejs (which comes with npm)

  2. Install the project nodeJS dependencies

    npm install
    
  3. 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
    
  4. To run the project

    DEBUG=ioos-us:* npm start
    

Running in Production

  1. Compile all of the static assets

    grunt
    
  2. Launch the web application

    NODE_ENV=production ./bin/www
    

Packages

No packages published

Languages

  • HTML 43.2%
  • CSS 33.3%
  • JavaScript 19.4%
  • Shell 2.4%
  • Dockerfile 1.7%