Matthew Alexandros
12/06/2023, 4:39 AMMatthew Alexandros
12/06/2023, 4:42 AMAnders Bjerner
12/06/2023, 6:58 AM# Ensure we have the version specific Umbraco templates
dotnet new -i Umbraco.Templates::12.2.0 --force
# Create solution/project
dotnet new sln --name "MySolution"
dotnet new umbraco --force -n "MyProject"
dotnet sln add "MyProject"
dotnet run --project "MyProject"
#Running
I can really recommend Paul Seal's Package Script Writer for helping with this:
https://psw.codeshare.co.uk/?TemplateName=Umbraco.Templates&TemplateVersion=12.2.0ProjectName=MyProject&CreateSolutionFile=true&SolutionName=MySolution&UseUnattendedInstall=false&IncludeStarterKit=false&StarterKitPackage=clean&OnelinerOutput=falseJason
12/06/2023, 10:50 AMhuwred
12/06/2023, 12:15 PMMatthew Alexandros
12/07/2023, 7:50 AM