Building Website with Orchard Core
There are different ways to create sites and modules for Orchard Core. You can learn more about them here.https://github.com/OrchardCMS/OrchardCore/blob/main/src/docs/getting-started/templates/README.md
Code Generation Templates
Creating an Orchard Core CMS website
> git clone https://github.com/OrchardCMS/OrchardCore.git
> cd orchardcorev2.1.2\src\OrchardCore.Cms.Web>
> dotnet restore
> dotnet build
> dotnet run
dotnet run -f net8.0
https://github.com/OrchardCMS/OrchardCore/blob/main/src/docs/guides/create-cms-application/README.md