bondy-io / bondy_docs

Bondy Documentation website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bondy Docs

Setting up locally

  1. clone this repo
  2. cd to the clone location and type yarn add --dev vitepress

Build docs locally for development

yarn docs:dev

Building

yarn docs:build && cp -r docs/assets/. docs/.vitepress/dist/assets/

For some reason assets are not being copied so we need to do it by hand

About

Bondy Documentation website


Languages

Language:CSS 72.3%Language:Makefile 27.7%