Initial commit

This commit is contained in:
2026-03-31 13:10:46 +02:00
commit f60d9628e0
52 changed files with 3383 additions and 0 deletions

11
hsbg_ai/start_frontend.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
# Lance le frontend HSBG AI (React + Vite)
cd "$(dirname "$0")/frontend"
echo "╔══════════════════════════════════════╗"
echo "║ HSBG AI - Frontend (React) ║"
echo "║ http://localhost:3000 ║"
echo "╚══════════════════════════════════════╝"
echo ""
npm run dev