docz/examples/basic at main · doczjs/docz

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Latest commit

Basic Docz example

Using create-docz-app

npx create-docz-app docz-app-basic
# or
yarn create docz-app docz-app-basic

Download manually

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

Setup

Run

Build

yarn build # npm run build

Serve built app

yarn serve # npm run serve