Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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