Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 379 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 379 Bytes

jekyll-site

Site for Learnbymaking.wales

Getting started

The site is hosted on github pages. The instructions below are for running the site locally.

Dependencies

  • Ruby
  • Bundler
  • Node (if working on it locally)

Running locally

Install required gems

bundle install

Run the site with

bundle exec jekyll serve