Preact components for integrating Molstar molecular viewer with interactive Monaco editor support for MolViewSpec.
# Bundle and start development server
deno task dev
# Open http://localhost:8000/docs/index-dev.htmlThis bundles your local source files and serves them at
docs/molstar-components.dev.js, allowing you to test changes by refreshing the
browser.
# Lint and type check
deno lint
deno check
# Publish (or use git tags for CI)
deno publishMIT