Let's Binge is a video platform which allows user to watch videos in Sync. We support a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia, Mixcloud, DailyMotion and Kaltura.
- FireBase Account
-
Clone Repository
-
Install NPM Packages
npm install # or yarn install
-
Copy Config
cp ./src/config/index.sample.js ./src/config/index.js
-
Update Firebase Configuration in Config File
-
Run Project
npm start