It is built using Blazor in Visual Studio.
Requires .NET Core SDK 3.1
> dotnet new -i Microsoft.AspNetCore.Blazor.Templates
This will run the site locally and refresh when a change is made to the razor pages.
> cd src/Client
> dotnet watch run
Visit site locally at http://localhost:8080