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...
cd8910e
ui
/
start.sh
purrbits
Create start.sh
cd8910e
verified
3 months ago
raw
Copy download link
history
blame
Safe
151 Bytes
#!/bin/bash
if
[ ! -d
"./.git"
];
then
git
clone
https://github.com/synshin9/Restfull-Api.git .
else
git pull origin main
fi
npm install
npm start