Fieldnorm for Bioinformatics within Medical Laboratories
Which procedures need to be documented for the development of pipelines, workflows or tools.
First install Node Version Manager (NVM):
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bashTo verify if NVM has been installed, do:
nvm -vThis outputs 0.39.3 if the installation was sucesfull. If there is an error try to debug with the official documentation.
Next install the correct Node version via NVM:
nvm install 16.18.0Install the correct version of pnpm via:
curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=8.5.1 sh -Now navigate to the project folder and run:
pnpm installTo start the development version first navigate to the project folder. Next run the pnpm command:
pnpm docs:devThis starts a local development version that can be viewed in a browser via localhost:8080.