Skip to content

dotlas/gatsby-deck-gl-h3-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatsby-deck-gl-h3-demo

A Gatsby site that demonstrates deck.gl and uber's H3.

Usage

  • Install dependencies:

    yarn
  • Configure an environment variable, MAPBOX_ACCESS_TOKEN, for a mapbox access token. Separate .env files must be provided for development and production (refer to this guide).

  • Build and serve the site:

    npm run build && npm run serve