@sjcrh/proteinpaint-server
v2.85.1
Published
a genomics visualization tool for exploring a cohort's genotype and phenotype data
Downloads
1,255
Readme
Proteinpaint Server
The data server backend for the ProteinPaint application
Installation
The client dependencies should be installed as a workspace, follow the README at the project root.
You can either:
- use a docker container for development, see ../build/dev/README.md
- or install the system depedencies as listed in the installation instructions.
Develop
From the proteinpaint/server/ directory:
npm run dev
rebundles backend code
npm start
runs the proteinpaint server
Test
npm test
Build
npm pack
Release
Use Github Actions to coordinate the release of related package updates.
The package versioning, build, and deployment uses the standard npm tooling under the hood
(version
, pack
, and publish
, respectively).