Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 592 Bytes

File metadata and controls

24 lines (13 loc) · 592 Bytes

Ruby Ireland - www.rubyireland.com

... may the code rise to meet you.

Ruby Ireland is run on mojombo's jekyll.

Clone down the repo and setup

Once installed fork and clone the repo locally

git clone git@github.com:your_github_username/rubyireland.github.com.git
bundle install

You'll need to install nodejs on your system, eg.

sudo apt-get install node nodejs # on ubuntu

Run the jekyll server locally

bundle exec jekyll serve
Hurrah!