This is an Umbraco v. 14 build with 3 extension.
To run it you must do the follwing:
- Clone or download
- In each folder in App_Plugins run
npm i
and thennpm run build
. This will run the build in watch mode so you can play around with components and see the changes in the Backoffice. - In the root folder run
dotnet run --urls=https://localhost:44339
, install Umbraco and log in to Backoffice.
By the time you are playing with this that might not be the lates version of Umbraco.
Enjoy experiments!