Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 372 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 372 Bytes

Balancer Docs

Balancer documentation built using Vuepress and extension of a custom theme. Full markdown docs can be found in the docs folder.

Local Setup

npm install
npm run build-theme
npm run dev

Build preview

Useful to test only-production features like metadata

npm run build-theme
npm run build
npm run build:preview