molstar / pdbe-molstar

Molstar PDBe implementation
Apache License 2.0
97 stars 33 forks source link

PDBe Molstar

Published on NPM

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 rebuild  # for a clean build
npm run serve

Build automatically on file save:

npm run watch

Manual testing

Deployment