rubyftw / rubyftw.github.io

🐮 Ruby Enthusiasts of Fort Worth, Texas
http://rubyftw.org
8 stars 6 forks source link

Ruby FTW

Hacking instructions

Setup

Clone the repo and install the dependencies:

git clone https://github.com/rubyftw/rubyftw.github.io.git
cd rubyftw.github.io
bundle install

To run the jekyll server:

bundle exec jekyll serve --watch

Then open http://localhost:4000 in your browser.

Organization