A Gatsby site that demonstrates deck.gl
and uber's H3
.
-
Install dependencies:
yarn
-
Configure an environment variable,
MAPBOX_ACCESS_TOKEN
, for a mapbox access token. Separate.env
files must be provided fordevelopment
andproduction
(refer to this guide). -
Build and serve the site:
npm run build && npm run serve