Skip to content

meshy/meshy.github.com

Repository files navigation

meshy.co.uk

This is the code for the website of Charlie Denton.

Running in development:

rbenv install
gem install bundler
bundle install
git submodule update --init --recursive
bundle exec jekyll serve