Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.08 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.08 KB

dms-viz-docs

This repo contains the code for the website hosting the documentation for dms-viz.github.io, both the configuration tool and the main visualization tool.

Developing

These docs were created with VitePress. To develop the docs, follow the instructions below:

  1. Clone the repository
git clone [email protected]:dms-viz/dms-viz-docs.git
cd dms-viz-docs
  1. Install node packages
npm install
  1. Start the development server
npx vitepress dev

Now, you should be able to see the website built locally. Changes to the website should be automatically reflected on the page. For details on the routing structure and how to develop a VitePress site, go to the documentation for VitePress.

Deploying

The docs are hosted on GitHub pages via a specific gh-pages branch and builds are automated using GitHub Actions via this deployment script. The website will build on pull requests and pushes to the main branch.