/brewblox-documentation

Technical documentation for the BrewBlox stack

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Brewblox Documentation

View the documentation at https://brewblox.netlify.com

This is the code repository for the Brewblox documentation website. These docs are built with vitepress and written in markdown.

Building

In the root of this repo, run:

yarn ci

To build the docs with hot reloading:

yarn dev