Try it at https://youngtai.github.io/gedcomx-differ-react/
This is a tool for visually diffing a pair of simple GedcomX JSON. The intent is not to be able to diff all of the various fields and data that GedcomX can represent, but to make it easy to diff and edit a basic record with persons, relationships, and their facts.
Currently the primary customer is missionary volunteers who create GedcomX indexes for ACE to use in model testing and training.
- Clone this repo
- Run
npm install
- Run
npm run dev
- Open
http://localhost:5173
in your browser
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh