Installation

  1. Install a full Ruby development environment
  2. Install bundler gems
    gem install bundler
    
  3. Change into your new directory
    make
    
  4. Build the site and make it available on a local server
    make server
    
  5. Browse to http://localhost:4000