WPF-OpenSource/README.md
2023-04-03 13:04:13 +02:00

12 lines
276 B
Markdown

# WPF: Open Source Software
**Kursseite:** http://hhoegl.informatik.hs-augsburg.de/hhwiki/OSS23
## Build
Die Dokumentation wird mit mdBook (https://rust-lang.github.io/mdBook/) gebaut.
```bash
mdbook serve # Starte Server mit Live-Update
mdbook build # Webseite bauen
```