Skip to content

A radial family tree using d3 force layout to interpret a Gramps xml file.

Notifications You must be signed in to change notification settings

twastvedt/Family-Tree-Graph

Repository files navigation

Project Setup

  1. Tag one family in Gramps with a tag named "root".
  2. Export an xml file from Gramps to public/data/family-tree.xml. If compressed, unzip.
npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

To Do

  1. Fix the center (see poster for ideas).
  2. Use parsed event dates to place nodes

About

A radial family tree using d3 force layout to interpret a Gramps xml file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages