# WPF Agile Entwicklung eines Klick-Dummy-Spiels Projekt: Online Taboo Game (https://tastycupcakes.org/2020/09/online-taboo-game/) ### Markdown formatieren Das Projekt enthält eine Prettier-Konfiguration, um den Markdown-Text zu formatieren (automatische Zeilenumbrüche). ```bash npx prettier -w . ``` ### Dokumentation bauen Die Dokumentation wird mit mdBook (https://rust-lang.github.io/mdBook/) gebaut. ```bash mdbook serve # Starte Server mit Live-Update mdbook build # Webseite bauen ```