This project contains the files for the GEDCOM.io website. It has been created using Jekyll and the Minimal Mistakes theme.
In order to run this website for development purposes, do the following on your development machine.
- Setup Jekyll.
- Clone this repository into desired directory.
- From the project directory, run the following command
bundle install
- Run the project
bundle exec jekyll serve -w --config _config.yml,_config.dev.yml