This project requires node >=10.0.0
and yarn >=1.0.0
. A unix shell is also required.
If you're a member of the livepeer-com
vercel team run vercel env pull .env.local
to fetch the development environment vars. If not, copy the .env.local.example file in this directory, rename it to .env.local (which will be ignored by Git) and add your local env vars
cp .env.local.example .env.local
Install it and run:
yarn
yarn dev
The Sanity CMS can be accessed locally by visiting http://localhost:3333/admin
or https://livepeer.sanity.studio. If you've made changes to the Sanity schema and would like to deploy theem to production run yarn deploy
inside the packags/admin
(you'll need to be authenticated with Sanity to deploy changes to prod).
Deployments are run automatically via Vercel's github integration.
Thanks for your interest in Livepeer.com. There are many ways you can contribute. To start, take a few minutes to look over the official guide:
Read the "Contributing to livepeer.com" Guide »
We happily await your pull requests and/or involvement in our issues page and hope to see your username on our list of contributors 🎉🎉🎉
Name | Description |
---|---|
@livepeer.com/api |
Livepeer.com API for controlling streams |
@livepeer.com/www |
The livepeer.com frontend |
@livepeer.com/admin |
The livepeer.com Sanity CMS |