2.0.1-est-3 • Published 6 months ago

@3dbionotes/protvista-pdb v2.0.1-est-3

Weekly downloads
5
License
Apache 2.0
Repository
-
Last release
6 months ago

ProtVista PDB

PDBe implementation of ProtVista (Nightingale)

Refer PDBe ProtVista Wiki for detailed documentation and examples

Building & Running locally

npm install
rm -rf node_modules/.cache
npm run build
npm run serve

Build automatically on file save:

npm run watch