In Visual Studio 2019 using nuget Install-Package UmbracoCms on the first debug of the site I did not get the option to customize and started me with a starter site. I want to customize and start with a blank site.
In the course of it spinning up it hit several bug breakpoints along the way and I just F5'd through them all.
How do I wipeout what got created and go back and customize?
new 8.3 clean install messed up
In Visual Studio 2019 using nuget
Install-Package UmbracoCms
on the first debug of the site I did not get the option to customize and started me with a starter site. I want to customize and start with a blank site.In the course of it spinning up it hit several bug breakpoints along the way and I just F5'd through them all.
How do I wipeout what got created and go back and customize?
I normally just create a new project ;-)
A good tip could be to use Git locally. Then you would create project, commit, install nuget packages, commit, setup umbraco, commit etc etc,
is working on a reply...