A simple data viz app, based on the deck.gl example site.
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