Warren Buckley
12/01/2022, 1:08 PMbash
# Ensure we have the latest Umbraco templates
dotnet new -i Umbraco.Templates
dotnet new umbraco --force -n "BlockGridPlayground" --friendly-name "Administrator" --email "admin@example.com" --password "1234567890" --development-database-type SQLite
#Add starter kit
dotnet add "BlockGridPlayground" package Umbraco.BlockGrid.Example.Website
dotnet run --project "BlockGridPlayground"
#Running