/GrayscaleTheme.OrchardCore

Implementation of Grayscale Theme with recipe for OrchardCore with CMS solution

Primary LanguageCSS

GrayscaleTheme.OrchardCore

Setup - Visual Studio 2017

  • Open the .sln
  • Build all (ctrl + shift + b), this may take a few minutes as all the nuget packages are installed.
  • Run Cms.Web

Setup - dotnet cli

dotnet build
cd Cms.Web
dotnet run