/pedigreejs

A web tool for building pedigrees, https://ccge-boadicea.github.io/pedigreejs/,一个做家系图的js插件

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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.