UNPKG

@3dbionotes/pdbe-molstar

Version:
16 lines (13 loc) 356 B
# PDBe Molstar PDBe implementation of [Mol* (/'mol-star/)](https://github.com/molstar/molstar) **Refer [PDBe Molstar Wiki](https://github.com/PDBeurope/pdbe-molstar/wiki) for detailed documentation and examples** ## Building & Running locally ```JS npm install npm run build npm run serve ``` ## Build automatically on file save: ```JS npm run watch ```