npx create-docz-app docz-app-flow --example flow
# or
yarn create docz-app docz-app-flow --example flow
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
yarn # npm i
yarn dev # npm run dev
yarn build # npm run build
yarn serve # npm run serve