Skip to content

hubendubler/arc-viewer

Repository files navigation

Arc Viewer

This viewer aims to provide the ability to navigate and view exported JSON files from Big Paua's Arc App as well as providing a simple timeline for animations.

Go to viewer

Development

For local development, a Mapbox access token is required. You can create one in your Mapbox account.

Place the token in a .env.local file in the root of the repository:

REACT_APP_MAPBOX_ACCESS_TOKEN=XXXXXXXXXXXXXXXX

For the environment to start, first install the dependencies via yarn, then run yarn start.