Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 345 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 345 Bytes

Website for the Carpentry community @ University of Edinburgh

Published at https://edcarp.github.io/website

Run Locally

Requirements

  • Install bundler:

      gem install bundler
    
  • Install Jekyll and other gems:

      bundle install
    

Run local server

Run:

bundle exec jekyll serve --baseurl ''

Alternatively, run Make