Skip to content

livepeer/file-video

Repository files navigation

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.

Deploy your own

Once you have access to the environment variables you'll need, you can deploy the example using Vercel:

Deploy with Vercel

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