# Ensure we have the version specific Umbraco templates dotnet new install Umbraco.Templates::13.5.2 --force # Create solution/project dotnet new sln --name "MySolution" dotnet new umbraco --force -n "MyProject" --friendly-name "Administrator" --email "admin@example.com" --password "1234567890" --development-database-type SQLite dotnet sln add "MyProject" #Add Packages dotnet add "MyProject" package uSkinnedSiteBuilder dotnet run --project "MyProject" #Running
Step 1
Install Umbraco & uSkinned Site Builder
Create a new folder on your local machine and open the command line (Terminal for Mac users). Choose your preferred type of Database option.
Step 2 (Optional)
Install Starter Kits & Themes
From the command line (or Terminal for Mac users) stop the project by hitting [CTRL+C]. Now choose whether to install one, two, none or all Theme and Starter Kit packages.