This repository is set up to be managed by Cloudcannon and also provide a way to develop locally.
- Clone this git repository
- Change directory into the directory
- Make sure you have current versions of Ruby, Rubygems and NPM installed.
- Install jekyll bundler:
gem install jekyll bundler
- Install the bundle:
bundle install
- Install the npm modules
npm install
- Delete
.git
- Reinitialize git:
git init