First, clone the repository locally:
git clone git@github.com:dms-vep/dms-vep.github.io.git
cd dms-vep.github.ioTo see a live preview of dms-vep.github.io, you must have node and npm installed on your machine. If you are missing one or both, follow the instructions here to install them.
This website is created using the static site generator VitePress. To spin up a local development server that provides a live preview of the site locally in your browser, simply run:
npm run docs:devThe dev server should now be running at http://localhost:5173. Visit this URL in your browser to see a preview of the site.
The website is hosted on GitHub pages via a specific gh-pages branch and builds are automated using GitHub Actions via the deployment script /.github/workflows/deploy.yml. The website will build on pull requests and pushes to the main branch.