Usage
For the first time after cloning the project, you need to install node packages aka project dependencies:
sh
npm installTo start the project (document) in dev mode:
sh
npm run docs:devBuild the project (document):
sh
npm run docs:buildNOTE: docs:build process creates a
.vitepress/distdirectory, for new version of document.
Preview the built version of documentation:
sh
npm run docs:preview