- Make sure you have latest .NET Core SDK installed on your PC
- Install the
Wyam.Tool
.NET Core Global Tool viadotnet tool install -g Wyam.Tool
- Clone the repository and descend into repository root folder.
- Use the command
wyam -i wwwroot
to build the website.
Use wyam preview
to view what's built, or double-click serve.cmd
.
Open http://localhost:5080
in your browser!