DannyT / GrayscaleTheme.OrchardCore

Implementation of Grayscale Theme with recipe for OrchardCore with CMS solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation of Grayscale Theme with recipe for OrchardCore with CMS solution


Languages

Language:CSS 33.5%Language:Liquid 25.9%Language:HTML 23.8%Language:JavaScript 11.4%Language:C# 5.4%