2.0.0-rc.6 • Published 5 years ago

docz-example-now v2.0.0-rc.6

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Docz Now Deployment example

Using create-docz-app

npx create-docz-app docz-app-now --example now
# or
yarn create docz-app docz-app-now --example now

Download manually

curl https://codeload.github.com/doczjs/docz/tar.gz/master | tar -xz --strip=2 docz-master/examples/now
mv now docz-example-now
docz-example-now

Setup

yarn # npm i

Run

yarn dev # npm run dev

Deploy

yarn deploy

Note 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.