Skip to content

A demo site visualizing some geospatial data, built with React and deck.gl

Notifications You must be signed in to change notification settings

haaspt/personal-trips-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple data viz app, based on the deck.gl example site.

Installation

Clone the repo and install the required dependencies:

npm install

To run the project on a dev server:

npm start

To build (either for development or production):

# Production
npm run build
# Development
npm run develop