Back to Docz

Monorepo Docs

examples/monorepo-separate-docs/packages/docs/README.md

2.4.0282 B
Original Source

Monorepo Docs

This package uses mdx and docz to document the other packages in the monorepo.

Setup

sh
yarn # npm i

Run

sh
yarn dev # npm run dev

Build

sh
yarn build # npm run build

Serve built app

sh
yarn serve # npm run serve