Skip to content

srid/website-1

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 37.1%
  • F# 36.4%
  • Liquid 12.9%
  • SCSS 9.3%
  • PowerShell 4.3%