stefanalfbo / fsbolero-website

Source for the Bolero website

Home Page:https://fsbolero.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bolero website

Build status

This is the source for the website fsbolero.io.

It also contains the Bolero documentation, under src/Website/docs.

How to build this site

  1. Install dependencies (in particular npm packages) with ./tools/install.ps1

  2. Build the site: dotnet build -c release

  3. Generate the reference documentation: ./tools/gen-refdoc.ps1

    This command uses the version of Bolero installed in the paket group refdoc. Use dotnet paket update -g refdoc to 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
    

About

Source for the Bolero website

https://fsbolero.io


Languages

Language:HTML 39.3%Language:F# 39.0%Language:SCSS 16.8%Language:PowerShell 5.0%