/mytube-studio

Studio for MyTube (YouTube clone)

Primary LanguageJavaScript

MyTube Studio

Studio for MyTube (YouTube clone)

Setup

Create folder mytube on your project then clone this project with folder name mytube-studio.

Installation

  • Install project dependencies
yarn
  • Adjust env variables as needed

Serve

  • Serve for development
yarn dev

alternatively you could serve via container and it will be available on studio.mytube.test

make start
  • Build for production
yarn build