If you're starting a new HQ.io serverless application to host within your own enterprise, the easiest way is to install the templating tools:
$ dotnet new --install HQ.Template
Once you've installed the template, use dotnet new hq
to auto-generate all the necessary code to begin your project, and dotnet run
to begin the first-time experience in a local browser window at https://localhost:7070
.
HQ.io is open source software. This means you can easily clone the entire repository, hosted on GitHub, with the following command:
$ git clone git@github.com:hq-io/HQ.git