chatgpt-web / start.sh
imseldrith's picture
Upload with huggingface_hub (#1)
3d83f0d
raw
history blame contribute delete
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