Skip to content

Ferdev/Ferdev

Repository files navigation

Source from http://ferdev.com

Installation

  1. Install bundler

     gem install bundler
    
  2. Install project dependencies

     bundle install
    
  3. Pygments (optional).

    If you want {% highlight %} support, you'll need to install pygments.

  4. Hack!

Notes

This project contains a .rvmrc file, which will create a 'ferdev' gemset in your default ruby interpreter if you have rvm installed.