Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 537 Bytes

File metadata and controls

16 lines (10 loc) · 537 Bytes

DisGo Wiki

Quick Start

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

Running the Wiki Locally

hugo mod tidy
hugo server --logLevel debug --disableFastRender -p 1313

Then open your browser to http://localhost:1313 to view the wiki locally.