Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 668 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 668 Bytes

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