docs: add deployment section to README

This commit is contained in:
2026-02-05 16:10:19 +01:00
parent 0b0185deb1
commit 585ad55e4a

View File

@@ -93,6 +93,23 @@ npx live-server
Öffne http://localhost:8080
### Deployment
Für Produktion werden nur diese Dateien benötigt:
```
├── index.html
├── manifest.json
├── service-worker.js
├── favicon.png
├── js/
├── css/
├── locales/
└── assets/
```
**Nicht deployen:** `tests/`, `docs/`, `AGENTS.md`, `README.md`, `.git/`
### Tests ausführen
```bash