To get this application up and and running on your local machine follow these simple steps.
You need to have Node.js, NPM and Expo installed on your computer, before running this project.
If you would like to run the app on iOS simulator, you would also need to have Xcode installed
-
Clone the repo
git clone https://github.com/suhailkakar/livepeer-youtube-starter-kit
-
Install NPM packages
npm install
or
yarn install
-
Signup for an account at livepeer.studio, create an API key and add your api key in
app.js. -
Run the app
npm start