Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 659 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 659 Bytes

Build Status

Manual Build Instructions

  1. Make sure you have latest .NET Core SDK installed on your PC
  2. Install the Wyam.Tool .NET Core Global Tool via dotnet tool install -g Wyam.Tool
  3. Clone the repository and descend into repository root folder.
  4. Use the command wyam -i wwwroot to build the website.

View Build Artifacts

Use wyam preview to view what's built, or double-click serve.cmd.

Open http://localhost:5080 in your browser!