Nextube is a video hosting platform that clones most of youtube basic features (Video hosting & streaming, Subscriptions, Channel management)
- Clone the project with
git clone
- Copy .env.example file to .env and edit credentials there
- Run
npm install
- Run
npm run dev