Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 856 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 856 Bytes

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
$ npm start

Or, for development, just run:

$ gulp dev

Congrats! In development, the app should be available on: