Site for Learnbymaking.wales
The site is hosted on github pages. The instructions below are for running the site locally.
- Ruby
- Bundler
- Node (if working on it locally)
Install required gems
bundle install
Run the site with
bundle exec jekyll serve