Allows users to directly stream video/audio by configured their OBS to rtmp://localhost/live with the Stream Key equal to the ID of the stream. Which can be found on the ending URL of the stream you are viewing. Please note that actual streaming is only available on localhost and you must sign in with google to create a stream.
To start the application, navigate to the root directory in your terminal and execute the following command
cd client && npm install && cd .. && npm run dev