https://app.eraser.io/workspace/31q7M7OHoxmqHpeXrCHO
click to see video
apt update -y
apt upgrade -y
apt install git -y
git clone https://github.com/Karan-Kumar-Mishra/Hoststream.git
cd Hoststream
chmod +x start.sh
bash start.sh
1. Download the nodejs
2. Download the Git
git clone https://github.com/Karan-Kumar-Mishra/Hoststream.git
cd Hoststream
cd backend
npm i && tsc
node dist/server.js
cd ..
cd Proxy-Server
npm i && tsc
node dist/server.js
cd ..
cd frontend
npm i && tsc
npm run build
npm i serve
serve -S dist
git clone https://github.com/Karan-Kumar-Mishra/Hoststream.git
cd Hoststream
docker-compose up
