diff --git a/README.md b/README.md index c747c0a..e7c3dfc 100644 --- a/README.md +++ b/README.md @@ -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