Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 556 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 556 Bytes

GEDCOM.io website

This project contains the files for the GEDCOM.io website. It has been created using Jekyll and the Minimal Mistakes theme.

Running the website locally

In order to run this website for development purposes, do the following on your development machine.

  1. Setup Jekyll.
  2. Clone this repository into desired directory.
  3. From the project directory, run the following command
bundle install
  1. Run the project
bundle exec jekyll serve -w --config _config.yml,_config.dev.yml