Blog is a minimal, multi-user Twitter OAuth blogging platform that can create living, powerful pages
Run as a Desktop App (Windows only):
$ dotnet tool install -g app
$ app install blog
$ cd blog && app
Run as a .NET Core Web App (Windows, macOS, Linux):
$ dotnet tool install -g x
$ x install blog
$ cd blog && x
Requires .NET Core 3.1.
See sharpscript.net/docs/sharp-apps to learn about ServiceStack .NET Core 3.1 Sharp Apps.