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.envfiles must be provided fordevelopmentandproduction(refer to this guide). -
Build and serve the site:
npm run build && npm run serve