go-test / initApplication.sh
KL-MLC's picture
Update initApplication.sh
84e61d5 verified
raw
history blame
173 Bytes
git clone --depth=1 https://github.com/Archeb/YOUChat_Proxy ./UChat
cd ./UChat
npm i
export PASSWORD=$PASS
export PORT=7860
echo $B64JS | base64 -d > config.js
node index.js