Site for Learnbymaking.wales, a lab for building digital capability across the public sector in Wales.
The site is hosted on github pages. The instructions below are for running the site locally.
To get it running on your machine you'll need these installed
- Ruby
- Bundler
- Node (if working on it locally)
Install required gems
bundle install
Run the site with
bundle exec jekyll serve