# Monorepo Docs

This package uses `mdx` and `docz` to document the other packages in the monorepo. 

## Setup

```sh
yarn # npm i
```

## Run

```sh
yarn dev # npm run dev
```

## Build

```sh
yarn build # npm run build
```

## Serve built app

```sh
yarn serve # npm run serve
```