Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lain-iwakura
/
lainchan-proxy
like
3
Paused
App
Files
Files
Fetching metadata from the HF Docker repository...
lain-iwakura
commited on
May 28, 2023
Commit
4068629
·
1 Parent(s):
19828a9
Create run.sh
Browse files
Files changed (1)
hide
show
run.sh
+7
-0
run.sh
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
cd source_code
2
+
git clone ${GIT_URL} .
3
+
cp ../.env .
4
+
cp ../greeting.md .
5
+
npm install
6
+
npm run build
7
+
npm start