A simple demonstration of some basic Coalesce features.
cd CatGallery.Web
dotnet user-secrets set "Authentication:Microsoft:ClientSecret" "<secret>"
(secret must be for the clientID defined in appsettings.json - see instructions here to create your own.)npm ci
dotnet run