file.video

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.

Development

Install dependencies

yarn

Update env vars

Copy the .env.local.example file in this directory to .env.local (which will be ignored by Git).

cp .env.local.example .env.local

Run localhost

yarn dev