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