Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/livepeer/file-video
https://github.com/livepeer/file-video
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/livepeer/file-video
- Owner: livepeer
- Created: 2020-06-30T14:53:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:19:26.000Z (almost 2 years ago)
- Last Synced: 2024-07-29T16:31:29.743Z (5 months ago)
- Language: TypeScript
- Homepage: https://file.video
- Size: 906 KB
- Stars: 79
- Watchers: 9
- Forks: 14
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [file.video](https://file.video)
Note: this frontend interface relies on an [open source API gateway](https://github.com/buidl-labs/Demux) currently hosted at https://demux.onrender.com. For authentication credentials, please reach out to [[email protected]]([email protected]).
## Deploy your own
Once you have access to the environment variables you'll need, you can deploy the example using Vercel:[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/livepeer/file-video&project-name=file-video&repository-name=file-video&env=DEMUX_URL,TOKEN_ID,TOKEN_SECRET&envDescription=Required%20to%20connect%20the%20app%20with%20The%20Demux%20Gateway&envLink=https://vercel.link/cms-sanity-env)
## Development
### Install dependencies
```bash
yarn
```### Update env vars
Copy the .env.local.example file in this directory to .env.local (which will be ignored by Git).
```bash
cp .env.local.example .env.local
```### Run localhost
```bash
yarn dev
```