rockwind-aws is a Pure Cloud App Rockwind example website running entirely on AWS
Run as a Desktop App (Windows only):
$ dotnet tool install -g app
$ app install rockwind-aws
$ cd rockwind-aws && app
Run as a .NET Core Web App (Windows, macOS, Linux):
$ dotnet tool install -g x
$ x install rockwind
$ cd rockwind && x
Requires .NET 5.
See sharpscript.net/docs/sharp-apps to learn about ServiceStack .NET Core 3.1 Sharp Apps.