Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 508 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 508 Bytes

Data visualizations using NASA-NEXDCP30 climate data on HOLOS.

Quick Start

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.