# stylus Docz example

## Using `create-docz-app`

```sh
npx create-docz-app docz-app-stylus --example stylus
# or
yarn create docz-app docz-app-stylus --example stylus
```

## Download manually

```sh
curl https://codeload.github.com/doczjs/docz/tar.gz/main | tar -xz --strip=2 docz-main/examples/stylus
mv stylus docz-stylus-example
cd docz-stylus-example
```

## Setup

```sh
yarn # npm i
```

## Run

```sh
yarn dev # npm run dev
```
