Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
inusoft
/
ui
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
purrbits
commited on
Sep 27
Commit
cd8910e
·
verified
·
1 Parent(s):
5d792e8
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+9
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,9 @@
1
+
#!/bin/bash
2
+
if [ ! -d "./.git" ]; then
3
+
git clone https://github.com/synshin9/Restfull-Api.git .
4
+
else
5
+
git pull origin main
6
+
fi
7
+
8
+
npm install
9
+
npm start