Dippr is an open-source livestreaming service.
The entire site spans across 3 repositories: Backend - Streaming - Client
This repository holds the entire dippr webclient.
Create an .env
file in the root directory based off of the .env.example
file.
$ git clone https://github.com/dippr/dippr_client
$ cd dippr_client
$ npm i
$ npm run dev