LATE.IO2 / frontend /agentic-dashboard /deploy_dashboard.sh
AIEONE
Initial commit syncing local server with Hugging Face Space
490ec84
#!/bin/bash
cd $(dirname "$0")
npm install
ng build --configuration production
mkdir -p ../../static
cp -r ./dist/agentic-dashboard/* ../../static/