An open API service indexing awesome lists of open source software.

https://github.com/balancer/docs-v3


https://github.com/balancer/docs-v3

Last synced: 9 months ago
JSON representation

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
```