Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 510 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 510 Bytes

pedigreejs

pedigreejs is a javascript module for graphically building pedigree data in the web-browser.

For details visit the project page.

Tests

Jasmine tests are defined in pedigree_spec.js.

Build

Grunt can be used to build the distribution:

npm install -g grunt-cli
npm install grunt --save-dev
npm install
grunt

It can also be used to run JShint.