Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 397 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 397 Bytes

Here

THIS IS AN UNSUPPORTED RESEARCH PROTOTYPE.

A location sharing app example that uses Backchannel.

Running locally

  1. Run yarn to install dependencies.
  2. In Map.tsx, add Mapbox API key in the line mapboxgl.accessToken = ''
  3. You need one terminal running yarn start for the UI, and another running yarn relay for the backend.