This is is the documentation for the Discord for TTT2 Addon, but also all custom addons and forks for it that we maintain!
This project is built on:
Pre-requisites: Hugo, Go and Git
# Clone the repo
git clone https://github.com/Discord-for-TTT2/dttt-docs
# Change directory
cd dttt-docs
# Start the server
hugo mod tidy
hugo server --logLevel debug --disableFastRender -p 1313
hugo mod get -u
hugo mod tidy
See Update modules for more details.