pdbe-molstar-3dbionotes

Molstar implementation for PDBe

Usage no npm install needed!

<script type="module">
  import pdbeMolstar3dbionotes from 'https://cdn.skypack.dev/pdbe-molstar-3dbionotes';
</script>

README

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