Back to Docz

Shadowed Playground Docz example

examples/shadowed-playground/README.md

2.4.0600 B
Original Source

Shadowed Playground Docz example

Using create-docz-app

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

Download manually

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