Skip to content

edcarp/edcarp.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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