# GotHub instances page This is statically generated site with all the instances of GotHub. It uses PSHTML to generate the HTML. ## Setup To setup the site, you need to have PSHTML installed. You can install it with the following command: ```powershell Install-Module -Name PSHTML ``` ## Generating the site To generate the site, you need to run the following command: ```powershell .\generate.ps1 | Out-File index.html ```