Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HumbleBeeAI
/
al-ghazali-rag-retrieval
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
al-ghazali-rag-retrieval
/
build.sh
eli02
update: Add frontend build script, enhance .gitignore, and update dependencies in requirements.txt
bce0331
3 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
55 Bytes
#!/bin/bash
cd
frontend
npm install
npm run build
cd
..