A web-based research tool, a visual mapping companion for your Wikipedia wanderings
Prereq: ensure you have node, gulp, and bower installed
Fork & clone both the main repo and the env repo (these are designed to live as sibling directories)
- Main repo: https://github.com/wikitree-website/wikitree
- Env repo: https://github.com/wikitree-website/wikitree-env
In the main repo, run:
$ npm install
(which should also trigger bower install)
Then, for production, run:
$ gulp build
$ NODE_ENV=release npm start
Or, for development, just run:
$ gulp dev
Congrats! In development, the app should be available on:
Wikitree now uses pm2 so do like:
$ ssh user@server
$ cd /wikitree/wikitree
$ pm2 stop all
$ git pull
$ pm2 start process.json --env release
