Skip to content

balancer/docs

Folders and files

NameName
Last commit message
Last commit date
May 24, 2024
Dec 4, 2024
Apr 11, 2025
Jun 23, 2023
Feb 20, 2023
Jun 23, 2023
Apr 28, 2023
Dec 29, 2022
Apr 2, 2023
Nov 30, 2022
Mar 1, 2023
Apr 11, 2025
Apr 11, 2025

Repository files navigation

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