If you have DevContainers set up (and i highly recommend it), you can simply open this repository in a compatible IDE (like VSCode) and it will set up the environment for you.
Pre-requisites: Hugo, Go and Git
hugo mod tidy
hugo server --logLevel debug --disableFastRender -p 1313Then open your browser to http://localhost:1313 to view the wiki locally.