/pdbe-molstar

Molstar PDBe implementation

Primary LanguageTypeScriptApache License 2.0Apache-2.0

PDBe Molstar

PDBe implementation of Mol* (/'mol-star/)

Refer PDBe Molstar Wiki for detailed documentation and examples

Building & Running locally

npm install
npm run build
npm run serve

Build automatically on file save:

npm run watch