🐛 Update: Added support for the 'find' command in settings.local.json. Enhanced logging for various modules, including initialization and performance metrics. Improved SQLite database optimization and ensured better tracking of user interactions and system processes. 📚

This commit is contained in:
2025-06-14 16:26:43 +02:00
parent ee54bc273c
commit 89037861e3
2472 changed files with 691099 additions and 1 deletions

View File

@ -0,0 +1,59 @@
# 🚀 Schnellinstallation - MYP Netzwerk-Visualisierung
## ⚡ Sofort-Start (Empfohlen)
```bash
# 1. Zum Visualisierungs-Ordner wechseln
cd network-visualization
# 2. Start-Script ausführen
./start.sh
```
Das Script erkennt automatisch Ihr System und startet die Visualisierung optimal.
## 🌐 Alternative Methoden
### Option A: Mit Node.js (Live-Server)
```bash
npm install
npm run dev
# → http://localhost:3000
```
### Option B: Direkt im Browser
```bash
# Einfach index.html öffnen
open index.html
# oder
firefox index.html
# oder
google-chrome index.html
```
## 📋 Systemanforderungen
-**Minimal**: Moderner Browser (Chrome, Firefox, Safari)
-**Optimal**: Node.js 14+ für Development-Server
-**Performance**: Dedicated Graphics empfohlen
## 🎯 Für Präsentationen
1. **Vollbild-Modus**: F11 drücken
2. **Debug-Modus**: `?debug=true` an URL anhängen
3. **Touch-Modus**: Funktioniert auf Tablets/Touch-Screens
## ⚠️ Troubleshooting
**Problem**: Animationen ruckeln
**Lösung**: Hardware-Beschleunigung im Browser aktivieren
**Problem**: CORS-Fehler
**Lösung**: Nutzen Sie `npm run dev` oder einen lokalen Server
**Problem**: Script nicht ausführbar
**Lösung**: `chmod +x start.sh` ausführen
---
**🎉 Bereit für die Präsentation in unter 30 Sekunden!**