This is the blog for the Met Office Lab.
For instructions on writing blog posts, updating projects or updating the site see CONTRIBUTING.md.
- npm
- grunt
sudo npm install -g gruntsudo npm install -g grunt-cli
# 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