Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 369 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 369 Bytes

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