I am following this guide but it seems outdated: https://preview.keenthemes.com/asp.net-core/metronic/docs/getting-started
I am running the commands in: metronic_v8.1.5\html\tools
After all of the commands and the gulp build finishes, the "demo1" folder is created: However, inside of it is only one directory: metronic_v8.1.5\html\demo1\dist\assets\plugins
I don't see any mention of the file structure mentioned here: https://preview.keenthemes.com/asp.net-core/metronic/docs/file-structure
Figured this out, it was because I did not put the _keenthemes folder in my solution and tried to just transfer the libs over -- and because I did not properly set up the Program.cs theme initialization.