Installation

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