# Docz Gatsby Mono Repo Example

This example shows you how you can use docz inside individual packages in a monorepo.


## Using `create-docz-app`

```sh
npx create-docz-app docz-app-monorepo --example monorepo-package
# or
yarn create docz-app docz-app-monorepo --example monorepo-package
```

## Download

```sh
curl https://codeload.github.com/doczjs/docz/tar.gz/main | tar -xz --strip=2 docz-main/examples/monorepo-package
mv monorepo-package docz-monorepo-example
cd docz-monorepo-example
```

## Setup

```sh
yarn # npm i
```

## Start developing

```sh
yarn dev # npm run dev
```

## Build

```sh
yarn build # npm run build
```
