codeforamerica / ohanapi.org

The website for the Ohana API project.
ohanapi.org
1 stars 3 forks source link

ohanapi.org

The ohanapi.org website for the Ohana API project.

Requirements

NodeJS & npm. Use the how-to on installing NodeJS & npm.

GruntJS. Check that the grunt command works from a terminal window. If not, you will need to install the grunt command-line tool. Type sudo npm install -g grunt-cli to do this.

Instructions

This project uses Grunt to automatically deploy the ohanapi.org website from the src directory in the master branch to the root directory of the gh-pages branch, where it's served at ohanapi.org using GitHub project pages.

From the terminal, type npm install to install the required node modules for grunt.

To work on developing the site:

To perform production deployments from the master branch, from the terminal: