docs: add deployment section to README
This commit is contained in:
17
README.md
17
README.md
@@ -93,6 +93,23 @@ npx live-server
|
|||||||
|
|
||||||
Öffne http://localhost:8080
|
Ö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
|
### Tests ausführen
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user