The homepage for https://comt.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=comt-landing:* npm start
-
Compile all of the static assets
grunt
-
Launch the web application
NODE_ENV=production ./bin/www
For testing Google Analytics and things that use env variables. Update the .env file in your root folder similar to this:
GOOGLE_ANALYTICS_ID=YOUR_ENV_VAR_HERE