Skip to content

huntdatacenter/testing-pages

Repository files navigation

HUNT Cloud Documentation

This repository holds HUNT Cloud Documentation source.

Development

VitePRess

Prerequisites

mamba create -n node24 -c conda-forge -y "python==3.13.*" "nodejs==24.*" "yarn"

mamba activate node24

yarn dlx @yarnpkg/sdks vscode

How to run VitePress

mamba activate node24

Install the dependencies of project with:

yarn install

Start a local Vitepress development server with:

yarn dev

For more details, please read Vitepress's documentation.

Linting and pre-commit hooks

This repository has pre-commit hooks with linting tools that you can use in your local development environment. See pre-commit#install for how to install.

To get started, install the pre-commit hooks inside the repo with the snippet below. Any future commits will then be checked by the checks defined in .pre-commit-config.yaml

pre-commit install

You can also use tox to run the pre-commit hooks with linting which is run in CI. See tox#install for how to install.

tox

Icons

You can search up and use MDI icons inside components:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages