KL-MLC commited on
Commit
a3b4a14
·
verified ·
1 Parent(s): dafc2d8

Create initApplication.sh

Browse files
Files changed (1) hide show
  1. initApplication.sh +6 -0
initApplication.sh ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ git clone --depth=1 https://github.com/Archeb/YOUChat_Proxy .
2
+ pnpm i
3
+ export PASSWORD=$PASS
4
+ export PORT=7860
5
+ echo $B64JS | base64 -d > config.js
6
+ node index.js