Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 400 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 400 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 rebuild  # for a clean build
npm run serve

Build automatically on file save:

npm run watch