Skip to content

molstar/molstar-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Molstar Components

JSR JSR Score

Preact components for integrating Molstar molecular viewer with interactive Monaco editor support for MolViewSpec.

Development

# Bundle and start development server
deno task dev

# Open http://localhost:8000/docs/index-dev.html

This bundles your local source files and serves them at docs/molstar-components.dev.js, allowing you to test changes by refreshing the browser.

Publishing

# Lint and type check
deno lint
deno check

# Publish (or use git tags for CI)
deno publish

License

MIT