Back to Docz

Docz Gatsby Example

examples/gatsby/README.md

2.4.0703 B
Original Source

Docz Gatsby Example

This example shows you how you can use docz as a Gatsby Theme inside your project.

Using create-docz-app

sh
npx create-docz-app docz-app-gatsby --example gatsby
# or
yarn create docz-app docz-app-gatsby --example gatsby

Download

sh
curl https://codeload.github.com/doczjs/docz/tar.gz/main | tar -xz --strip=2 docz-main/examples/gatsby
mv gatsby docz-gatsby-example
cd docz-gatsby-example

Setup

sh
yarn # npm i

Start developing

sh
yarn dev # npm run dev

Build

sh
yarn build # npm run build

Serve built app

sh
yarn serve # npm run serve