npx create-docz-app docz-app-styled-docz --example styled-components
# or
yarn create docz-app docz-app-styled-docz --example styled-componentscurl https://codeload.github.com/doczjs/docz/tar.gz/main | tar -xz --strip=2 docz-main/examples/styled-components
mv styled-components docz-example-styled-doczyarn # npm iyarn dev # npm run devyarn build # npm run buildyarn serve # npm run serveyarn deployNote that by default docz generates the output site in .docz/public to change that add a dest field to your doczrc.js with the path you want to generate the code in.