Studio for MyTube (YouTube clone)
Create folder mytube
on your project then clone this project with folder name mytube-studio
.
- Install project dependencies
yarn
- Adjust env variables as needed
- 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