A collection of diverse documentation engineering tools.
# run these scripts in root folder
pnpm i
pnpm run packages:stub
Next, you need to start the the documentation site (with VitePress) for previewing and development. You can use the following command:
pnpm run docs:dev
pnpm run packages:build
To build the documentation and preview site, you can use the following command:
pnpm run docs:build