Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 655 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 655 Bytes

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