1. If you don't already have the .NET SDK installed, you can install it from dot.net/core.

  2. The autosite tool uses the aspnet-codegenerator tool for code generation. If you don't have the aspnet-codegenerator tool installed, you can install it using command line: dotnet tool install dotnet-aspnet-codegenerator -g.

  3. You can install the autosite tool by using dotnet tool install autosite -g

  4. Once installed you can use make-autosite site_name to generate a new website.