Skip to content

xomda/xomda.github.io

Repository files navigation

XOMDA.org homepage

This is a VitePress project, using Markdown documents to generate the site content. It's the source of the documentation website for xomda/xomda.

Development

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