framous

Framous is light & powerful front-end toolkit to prototype digital product.

Installation

From the Terminal:

(sudo) gem install framous

Adding Framous to existing Compass projects

// Add framous to your config.rb file
require 'framous'

// Then run
compass install framous

Or create a new project:

compass create <your-project-name> -r framous --using framous