Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 356 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 356 Bytes

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