# With themesDir Docz example

## Using `create-docz-app`

```sh
npx create-docz-app docz-app-with-themes-dir
# or
yarn create docz-app docz-app-with-themes-dir
```

## Download manually

```sh
curl https://codeload.github.com/doczjs/docz/tar.gz/main | tar -xz --strip=2 docz-main/examples/with-themes-dir
mv with-themes-dir docz-with-themes-dir-example
cd docz-with-themes-dir-example
```

## 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
```
