/chirpstack-docs

ChirpStack project documentation

Primary LanguageHTML

ChirpStack documentation

This repository contains the global chirpstack.io documentation.

Build

Git submodules

Init and / or update the Git submodules:

git submodule init
git submodule update

Install Hugo

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

Start 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