Back to Docz

Wrapped Playground Docz example

examples/wrapped-playground/README.md

2.4.0593 B
Original Source

Wrapped Playground Docz example

Using create-docz-app

sh
npx create-docz-app docz-app-wrapped-playground
# or
yarn create docz-app docz-app-wrapped-playground

Download manually

sh
curl https://codeload.github.com/doczjs/docz/tar.gz/main | tar -xz --strip=2 docz-main/examples/wrapped-playground
mv wrapped-playground docz-wrapped-playground-example
cd docz-wrapped-playground-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