@3dbionotes/pdbe-molstar
Version:
Molstar implementation for PDBe
16 lines (13 loc) • 356 B
Markdown
# 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
```