# GraphLabsSuite.Core.GraphVisualizer
A default graph visualizer for task template in graphlabs web project

### For contributors
* install Node, npm/yarn, WebStorm/Intellij IDEA
* look at package.json file to see how to run tests and the application
* do not forget to update version before publishing
* while contributing, write maximum comments
* add specification tags of JSDoc to every function and class you have created
* seek to write tests over every functionality you add to the module
