This document describes how to preview the documentation in a local webserver using the Cake.Wyam.Recipe
script.
- Run
.\build.ps1 -target preview
. - Open your browser at
http:\\localhost:5080\<BuildParameters.WebLinkRoot>
The scripts supports watching for changes and automatically rebuilds the documentation without requiring to restart the build task.