Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 266 Bytes

File metadata and controls

14 lines (9 loc) · 266 Bytes

ecoffey.github.com

Personal blog and engineering philosophy site for Eoin Coffey. Built with Jekyll.

Local Development

Requires Ruby. Install dependencies and serve locally:

bundle install
bundle exec jekyll serve

Then visit http://localhost:4000.