A web-based research tool, a visual mapping companion for your Wikipedia wanderings
Ensure you have node installed
Then run:
$ npm install
(which also triggers bower install)
This project uses gulp to concat & minify its .js and .css files
$ gulp build
(which empties & regenerates docs/build)
$ gulp watch
(which builds, and rebuilds on any .js or .css file changes in docs)
This version of Wikitree is served by GitHub Pages out of the docs directory
To serve the site locally, run:
$ cd docs && http-server
