Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
XuBailing
/
CongMa2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aeee1e2
CongMa2
/
views
/
start.sh
XuBailing
Upload 183 files
aeee1e2
over 1 year ago
raw
Copy download link
history
blame
Safe
182 Bytes
cd
./service
nohup
pnpm start > service.log &
echo
"Start service complete!"
cd
..
echo
""
> front.log
nohup
pnpm dev > front.log &
echo
"Start front complete!"
tail
-f front.log