a biojs visulization component for volcano [prototype]
npm install biojs-vis-volcano
> a biojs visulization component for pca
#### Running the instance for developing
Install npm packages
```
npm install -g mkdirp
npm install -g browserify
npm install -g prunner
npm install -g sniper
Clone or download this repo
Run the following commands in the repo's root directory
``
npm run build
npm run w
Once you have downloaded the code, you will need to ensure that you create a build directory in the root directory.
You can simply run the following command in the directory to see a website appear on localhost:9090
``
npm run w