Zwiscshenstand - laufende Version

Dieser Commit ist enthalten in:
Claude Project Manager
2025-09-27 13:11:39 +02:00
Ursprung 81e57ecff6
Commit 2689cd2d32
30 geänderte Dateien mit 1021 neuen und 459 gelöschten Zeilen

Datei anzeigen

@ -34,13 +34,13 @@ SkillMate ist eine spezialisierte Anwendung zur Verwaltung von Mitarbeiterfähig
### Alle Services starten
**Windows:** `start-dev.bat`
**macOS/Linux:** `./start-dev.sh`
**Windows:** `run-dev.cmd`
**macOS/Linux:** `python3 main.py --mode dev`
Dies startet:
- Backend auf http://localhost:3001
- Backend auf http://localhost:3004
- Frontend auf http://localhost:5173
- Admin Panel auf http://localhost:3002
- Admin Panel auf http://localhost:5174
### Einzelne Services
@ -57,10 +57,9 @@ cd admin-panel && npm run dev
## Production Build
### Kompletten Build erstellen
### Production Start (Windows)
**Windows:** `build-production.bat`
**macOS/Linux:** `./build-production.sh`
`run-prod.cmd`
### Ausgabe
@ -75,12 +74,11 @@ SkillMate/
├── frontend/ # Electron Desktop App
├── backend/ # Express.js API Server
├── admin-panel/ # React Admin Interface
├── shared/ # Gemeinsame TypeScript-Typen
├── setup.bat # Windows Setup-Script
├── setup.sh # Unix Setup-Script
├── start-dev.bat # Windows Dev-Start
── start-dev.sh # Unix Dev-Start
└── README.md # Diese Datei
├── shared/ # Gemeinsame TypeScript-Typen
├── main.py # Windows-optimierter Starter (auch für Unix nutzbar)
├── run-dev.cmd # Windows Dev-Start
├── run-prod.cmd # Windows Prod-Start
── README.md # Diese Datei
```
## Standard-Login
@ -133,4 +131,4 @@ Bei Fragen oder Problemen erstellen Sie bitte ein Issue im Projekt-Repository.
## Lizenz
Proprietär - Nur für den internen Gebrauch in Sicherheitsbehörden.
Proprietär - Nur für den internen Gebrauch in Sicherheitsbehörden.