# DrugFlow Molstar
DrugFlow implementation of [Mol* (/'mol-star/)](https://github.com/molstar/molstar)

documentation and examples**

## Building & Running locally
```JS
npm install
npm run build
npm run serve
```
## Build automatically on file save:
```JS
npm run watch
```
