THIS IS AN UNSUPPORTED RESEARCH PROTOTYPE.
A location sharing app example that uses Backchannel.
- Run
yarn
to install dependencies. - In
Map.tsx
, add Mapbox API key in the linemapboxgl.accessToken = ''
- You need one terminal running
yarn start
for the UI, and another runningyarn relay
for the backend.