- Open the .sln
- Build all (
ctrl + shift + b
), this may take a few minutes as all the nuget packages are installed. - Run Cms.Web
- Install the latest versions of the .NET Core SDK from this page https://www.microsoft.com/net/download/core
- Run the following commands from the root
dotnet build
cd Cms.Web
dotnet run