This directory/repo contains the code for the new lab website that will eventually live here: thegrantlab.org. For now it is available only in preview form on GitHub.
You can preview your contributions before opening a pull request by running from within the directory:
bundle install
bundle exec rake site:preview
See other jekyll site instructions such as those here: https://github.com/bioboot/bioinf525_w16/blob/gh-pages/README.md It's just a jekyll site, afterall! 😉