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