Skip to content

geekzolanos/gedcom-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GEDCOM Converter

Description

A Electron powered application to convert GEDCOM files to HTML.

Autor

David Romero (@Geekzolanos)

How to build

  • Install Dependencies npm install

  • Build the Application, using the following alternatives:

Command Description
npm run package Only for Windows. It runs a batch script to generate an Inno Setup Package (Requires Inno Setup 6 installed in his default LocalAppData folder)
npm run build Makes an clean build
npm run watch Makes an clean build, start Electron, and rebuild when source code changes.