A minimal project to quickly browse all available spectra at PRIDE via their SwaggerAPI. It can help to quickly find USIs.
The node version is controlled by .nvmrc and the following has to be executed once
nvm use
nvm install
npm install
npm run serve
npm run build
npm run lint