This is the source for the website fsbolero.io.
It also contains the Bolero documentation, under src/Website/docs.
-
Install dependencies (in particular npm packages) with
./tools/install.ps1 -
Build the site:
dotnet build -c release -
Generate the reference documentation:
./tools/gen-refdoc.ps1This command uses the version of Bolero installed in the paket group
refdoc. Usedotnet paket update -g refdocto update it.To use the compilation artifacts of a local copy of the Bolero project instead, use these arguments:
./tools/gen-refdoc.ps1 -BoleroSlnFolder ../bolero -BoleroSlnConfiguration Debug