Note: this frontend interface relies on an open source API gateway currently hosted at https://demux.onrender.com. For authentication credentials, please reach out to saumay@buidllabs.io.
Once you have access to the environment variables you'll need, you can deploy the example using Vercel:
yarn
Copy the .env.local.example file in this directory to .env.local (which will be ignored by Git).
cp .env.local.example .env.local
yarn dev