Clone the project
git clone https://github.com/berkeley-gif/nasa-nex-dataviz.git
Install grunt (if you don't already have it)
npm install -g grunt-cli
Install dependencies with npm
and build!
cd nasa-nex-dataviz
npm install
grunt
The project structure is based on RequireJS-Multipage-Shim-Boilerplate.