Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 496 Bytes

File metadata and controls

10 lines (9 loc) · 496 Bytes

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