Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
lmtt/talk4
lmtt
/
talk3
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
talk3
/
start.sh
lmtt
Duplicate from lmtt/talk4
533bab2
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
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