Generates HTML family trees from CSV files using JavaScript.
It's just a simple unordered list thus only one branch of ancestors can be shown on a page.
npm install
This installs all dependencies.
A family tree is a CSV file. To get started, edit CSV files from src/csv/
folder using Google Spreadsheet or Libre Office.
Use CONCATENATE
function to concatenate data.
=CONCATENATE(J5," & ", K5)
Then run the script
node index.js
Inspired by these repos