Skip to content

eLearningHub/Static-Website-Gatsby-Starter-Docz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docz Gatsby Example

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

Using create-docz-app

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

Download

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

Setup

yarn # npm i

Start developing

yarn dev # npm run dev

Build

yarn build # npm run build

Serve built app

yarn serve # npm run serve