Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 534 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 534 Bytes

Cat Gallery

A simple demonstration of some basic Coalesce features.

Launch Instructions

  • 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