# Ensure we have the version specific Umbraco templates dotnet new install Umbraco.Templates@17.4.0 --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.
Please note that Starter Kits are not yet compatible with uSkinned Site Builder version 7.0.0 for Umbraco 17
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.
Step 3
Create
Create content with the Visual Editor and utilise built-in eCommerce and integrations.
Step 4
Go Live
You can host securely on Azure with uSkinned Hosted, or go your own way with a Self-Hosted license.