About HUNT Cloud Make sure to have node==20 installed Setup development environment mamba create -n node20 -c conda-forge -y "python==3.12.*" "nodejs==20.*" "yarn" mamba activate node20 Running Install dependencies: yarn install --immutable Run dev locally: yarn dev Testing Run tests: yarn test