Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

smartlook/smartlook.github.io

Repository files navigation

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/master | tar -xz --strip=2 docz-master/examples/basic
mv basic docz-basic-example
cd docz-basic-example

Setup

yarn # npm i

Run

yarn dev # npm run dev

Build

yarn build # npm run build

Serve built app

yarn serve # npm run serve