How to download and install uSkinned Site Builder with NuGet
This guide is for uSkinned Site Builder 2.x (and up) with Umbraco 9.x (and up).
uSkinned Site Builder must be installed on a clean version of Umbraco with no other starter kits or websites previously installed or configured.
Before you continue, please make sure you have completed the following steps:
— How to download and install the latest version of Umbraco CMS (9 +).
Step 1
With the command line open and running Umbraco CMS, run the following command:
dotnet add package uSkinnedSiteBuilder
Step 2
Wait while the package is installed. The command line will run through each part of the process.
Step 3
Once the installation has been completed, navigate to the local URL provided by the command line.
The console will output a message similar to:
[10:57:39 INF] Now listening on: https://localhost:44388
The URL will be similar to:
https://localhost:44388
Step 4
Open your preferred browser and navigate to the local URL.
uSkinned Site Builder will now be running.
#h5yr
Related content