Skip to content

Usage

For the first time after cloning the project, you need to install node packages aka project dependencies:

sh
npm install

To start the project (document) in dev mode:

sh
npm run docs:dev

Build the project (document):

sh
npm run docs:build

NOTE: docs:build process creates a .vitepress/dist directory, for new version of document.

Preview the built version of documentation:

sh
npm run docs:preview