Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rgtlai
/
SalesIQ
like
0
Runtime error
App
Files
Files
Community
c63a1e8
SalesIQ
/
run.sh
richlai
add files
7781557
17 days ago
raw
Copy download link
history
blame
Safe
127 Bytes
#!/bin/bash
cd
./backend
uvicorn app.main:app --host 0.0.0.0 --port 8000 &
cd
../frontend
npm run dev &
tail
-f /dev/null