Skip to content

felixmooren/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 vuepress and written in markdown.

Editing

Recommended tools:

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

Building

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

About

Technical documentation for the BrewBlox stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 93.9%
  • JavaScript 4.1%
  • Shell 2.0%