This is the blog for the Met Office Lab.
- npm
- grunt
sudo npm install grunt -g
# Clone the repository
git clone https://github.com/met-office-lab/met-office-lab.github.io.git
# Enter repository
cd met-office-lab.github.io
# Install dependancies
sudo bundle install # Installs jekyll and related libraries
npm install # Installs grunt and build tools
# Serve the site
grunt serve