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