- Clone the repository
cd frontend- Run
yarn installto install the dependencies - Run
yarn startto start the project, Now the frontend will be running onhttp://localhost:3000 - Go to
http://localhost:3000 - Download the Chrome extension from the top right corner of the page via clicking on download tubechat
- Unzip the downloaded zip file(use the existing zip file) and open chrome and go to
chrome://extensions/ - Click on "Load unpacked"
- Select the
distfolder inside your unzipped tubechat-extension folder.
- Now go to any youtube video and You must see the extension inserted in the youtube dom itself.
- Now lets start the backend server, go to backend folder and run the following command
cd ..
cd backend
docker build -t tubechat .
docker run -d -p 8000:8000 tubechat
tubechat backend will be running on http://localhost:8000
- Now we can talk on any youtube. Just visit any youtube video, a chat window will open, login in it
Youtube Buddy is a chrome extension that allows you to talk with youtube videos.
https://www.figma.com/design/5rBFtL5t4HbwSi7FqnScN3/main?node-id=0-1&t=YA7Zb2lnpHT9aOQd-1




