Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 613 Bytes

File metadata and controls

17 lines (16 loc) · 613 Bytes

databrowser

Code for Web Mercator and Southg Polar map-based browsers for exploring IEDA data resources.

Installation

Requirements

Instructions

Clone this repository somewhere in your web root directory, then cd to the directory and run npm install.

git clone https://github.com/iedadata/dataBrowser.git databrowser
cd databrowser
npm install

Bower install and grunt are automatically run after npm install.