View the documentation at https://brewblox.netlify.com
This is the code repository for the Brewblox documentation website. These docs are built with vuepress and written in markdown.
Recommended tools:
- Visual Studio Code
- Markdown All in One plugin.
You might want to add these lines to your user Settings:
"markdown.extension.toc.githubCompatibility": true,
"markdown.extension.preview.autoShowPreviewToSide": true,
"markdown.extension.print.absoluteImgPath": false
In the root of this repo, run:
npm ci -d
To build the docs with hot reloading:
npm run dev
The docs will be served at http://localhost:8080