Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dvc890
/
chatup-pro
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8e49f6f
chatup-pro
/
start.sh
dvc890
[feat]add project files
41af422
almost 2 years 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