Skip to content
forked from ioos/ioos-us

The homepage for the IOOS.us website

License

Notifications You must be signed in to change notification settings

nguyandy/ioos-us

 
 

Repository files navigation

Build Status

ioos-us

The homepage for http://ioos.us/

Building the project

Local Build

  1. Download and install nodejs (which comes with npm) using your package manager

  2. Install yarn using your package manager. Instructions can be found here.

  3. Use npm to install grunt

$ npm install -g grunt
  1. Use yarn to install the package and its dependencies:
$ yarn
  1. Following a successful installation, use grunt to compile static elements.
$ grunt
  1. To run the project:
$ DEBUG=ioos-us:*
$ node bin/www

Docker build

The Docker build is far simpler:

  1. $ docker build -t ioos-us .
  2. $ docker run -d -p 3000:3000 ioos-us
  3. Navigate to http://localhost:3000

NOTE: ensure that public/lib is removed before building. If it exists, yarn will attempt to use the existing one in the Docker build, breaking the symlink in the container and lead to ugly CSS.

About

The homepage for the IOOS.us website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 51.9%
  • HTML 27.8%
  • JavaScript 11.3%
  • Pug 6.2%
  • Shell 2.1%
  • Dockerfile 0.7%