This is a VitePress project, using Markdown documents to generate the site content. It's the source of the documentation website for xomda/xomda.
To run the site in development mode:
yarn docs:dev
To have a preview of the published documentation, run:
yarn docs:preview
To build the documentation for publishing, run:
yarn docs:build