Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
opendigital
/
agent-flow
like
0
Follow
OpenDigital
1
Model card
Files
Files and versions
Community
main
agent-flow
/
docker
/
dev.start.sh
truthtaicom
Upload folder using huggingface_hub
4b0794d
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
122 Bytes
#!/bin/bash
cd
src/frontend \
&&
rm
-rf node_modules \
&& npm install \
&& npm run dev:docker &
make backend