PERT SVG is a library at your disposal for drawing PERT diagrams
Install grunt and bower first :
npm install -g grunt-cli bower
Next install npm dependencies :
npm install
Next install bower dependencies :
bower install
You're good to compile project :
grunt
grunt test
You should have a successfull build in ./build/pert-svg folder
IN PROGRESS
@flyersweb