Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 348 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 348 Bytes

Video Streaming Platform - Youtube Clone

Nextube is a video hosting platform that clones most of youtube basic features (Video hosting & streaming, Subscriptions, Channel management)


How to use

  • Clone the project with git clone
  • Copy .env.example file to .env and edit credentials there
  • Run npm install
  • Run npm run dev