It is built using Blazor in Visual Studio.
Requires .NET Core SDK 3.0
> dotnet new -i Microsoft.AspNetCore.Blazor.Templates::3.0.0-preview9.19465.2
This will run the site locally.
> cd src/Server
> dotnet run
Visit site locally at http://localhost:52198