Skip to content

BrewBlox/brewblox-documentation

Repository files navigation

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