This repository contains the global chirpstack.io documentation.
Init and / or update the Git submodules:
git submodule init
git submodule update
Hugo is needed to transform the Markdown formatted documentation into HTML.
Please refer to the Hugo website for binaries, or install Hugo from source:
go get -v github.com/spf13/hugo
To start Hugo as a web-server (auto-refreshing on file-change), run the following command from the root of this repository:
hugo server -w