https://github.com/balancer/docs
Documentation for Balancer
https://github.com/balancer/docs
Last synced: 4 months ago
JSON representation
Documentation for Balancer
- Host: GitHub
- URL: https://github.com/balancer/docs
- Owner: balancer
- Created: 2022-12-29T01:26:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-12T13:02:26.000Z (9 months ago)
- Last Synced: 2025-10-12T11:19:35.306Z (8 months ago)
- Language: Vue
- Homepage: https://docs.balancer.fi
- Size: 34.1 MB
- Stars: 45
- Watchers: 4
- Forks: 117
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Balancer Docs
Balancer documentation built using Vuepress and extension of a custom theme. Full markdown docs can be found in the [docs](./docs/) folder.
## Local Setup
```bash
npm install
npm run build-theme
npm run dev
```
## Build preview
Useful to test only-production features like metadata
```bash
npm run build-theme
npm run build
npm run build:preview
```