https://excalidraw.com/#json=cpXwwLJsj7uytVZ77enNn,iddy2NkJLbeJKbhcYSA6Nw
click to see video
apt update -y
apt upgrade -y
apt install git -y
git clone https://github.com/Karan-Kumar-Mishra/Skybox
cd Skybox
cd Backend
npm i && node server.js
cd ..
cd Frontend
npm i && npm run start
1. Download the nodejs
2. Download the Git
git clone https://github.com/Karan-Kumar-Mishra/Skybox
cd Skybox
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/Skybox
cd Skybox
docker-compose up