Skip to content

Bratdaking/BioinformaticaVeldnorm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BioinformaticaVeldnorm

HPC wiki

Description

Fieldnorm for Bioinformatics within Medical Laboratories

Which procedures need to be documented for the development of pipelines, workflows or tools.

Badges

documentation vuepress vue pnpm node

Installation

Node

First install Node Version Manager (NVM):

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash

To verify if NVM has been installed, do:

nvm -v

This 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.0

Pnpm

Install 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 install

Start the development version

To start the development version first navigate to the project folder. Next run the pnpm command:

pnpm docs:dev

This starts a local development version that can be viewed in a browser via localhost:8080.

About

Fieldnorm for Bioinformatics within Medical Laboratories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published