Ourtube is a streaming service acting as a replacement for Youtube
Youtube went from a simple video sharing website to a money-hungry website. They put ads on videos from Youtubers that don't even qualify for monetization, meaning all the ad revenue goes straight to Youtube. They also demonetize Youtubers for the smallest things, yet they allow insanely inappropriate ads to be shown on the website. Ourtube aims to fix these issues (and a lot more) with one big change: removing the ads. That way, Youtubers will focus on their community more than the revenue, and users won't be plagued by ads on almost every video and page. This will never completely replace Youtube. Some Youtubers depend on the revenue from content creation to survive, and in those cases then Youtube is just right for them. But for the one's that care about their community more than the money, Ourtube is the perfect choice.
- Fork the repo and clone it
- Run
yarn install
in both the server and client directories - Rename server .env.example to .env and fill it out
- Rename client .env.example to .env and fill it out
- Run
yarn watch
inside the server folder - In a new terminal, run
yarn dev
inside the server folder - In a new terminal, run
yarn start
inside the client folder - Make your changes
- Push to your fork
- Open a pull request
- Be patient