Website for HeyDanThomas (@DannyT)
Orchard Core runs on the .NET Core. Download the latest version from https://www.microsoft.com/net/download/core.
This project is referencing a stable build of Orchard Core (1.4.0
).
Run the command shown below and then navigate to https://localhost:5001
in your browser of choice where you'll be preesented with the Orchard setup page.
dotnet run --project src/HeyDanThomas.OrchardCore.Site
Open the solution in Visual Studio and run the HeyDanThomas.OrchardCore.Site
project. This will open your default browser and you'll be presented with the Orchard setup page.
This project was created using 1.3.0
of our boilerplate template.