Skip to content

wikitree-website/wikitree

Repository files navigation

Wikitree

A web-based research tool, a visual mapping companion for your Wikipedia wanderings

Wikitree screenshot

Installation

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)

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:

Deployment

Wikitree now uses pm2 so do like:

$ ssh user@server
$ cd /wikitree/wikitree
$ pm2 stop all
$ git pull
$ pm2 start process.json --env release

About

Mapping companion for your Wikipedia wanderings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •