Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 830 Bytes

Readme.md

File metadata and controls

33 lines (21 loc) · 830 Bytes

Live Website

Netlify Status

Static website running: https://www.personalgenomes.org.uk

This is the live branch that is built and hosted on Netlify.

TO Run Locally

  1. Install a dependencies
brew install hugo
  1. Next, generate the latest version of the JSON files (pulls the latest from EBI and PGP-UK Website).
bash deploy.sh
  1. Start the Local Webserver
hugo server --source www --disableLiveReload

Other Branches

  • Live: live branch
  • Master: Legacy website hosted by github (pgp-uk.github.io). This only contains old email assets.
  • Cron: trigger a rebuild of the live branch on netlify.