Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 437 Bytes

File metadata and controls

41 lines (26 loc) · 437 Bytes

About HUNT Cloud

Make sure to have node==24 installed

Setup development environment

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

mamba activate node24

yarn install

yarn dlx @yarnpkg/sdks vscode

Running

mamba activate node24

Install dependencies:

yarn install

Run dev locally:

yarn dev

Testing

Run tests:

yarn test