https://github.com/balancer/docs-v3
https://github.com/balancer/docs-v3
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/balancer/docs-v3
- Owner: balancer
- Created: 2024-01-25T15:51:13.000Z (over 2 years ago)
- Default Branch: v3-outline
- Last Pushed: 2024-10-18T13:31:48.000Z (over 1 year ago)
- Last Synced: 2024-10-20T09:05:23.797Z (over 1 year ago)
- Language: Vue
- Homepage: https://docs-v3-six.vercel.app
- Size: 38 MB
- Stars: 3
- Watchers: 1
- Forks: 5
- Open Issues: 36
-
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
```