This is a small Ruby / Sinatra project to simplify website-development with HAML and SCSS.
Run gem install sinatra haml
to install the necessary gems.
To start the server, run ruby server.rb
and open your browser.
Just put your HAML-templates in /templates
and your SCSS-stylesheets in /styles
. Now start being creative.