Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 567 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 567 Bytes

usiBrowser

A minimal project to quickly browse all available spectra at PRIDE via their SwaggerAPI. It can help to quickly find USIs.

Project setup

Prerequisite

The node version is controlled by .nvmrc and the following has to be executed once

nvm use
nvm install
npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint