Skip to content
This repository has been archived by the owner on Feb 2, 2018. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 434 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 434 Bytes

HAMLdev

This is a small Ruby / Sinatra project to simplify website-development with HAML and SCSS.

Install the gems

Run gem install sinatra haml to install the necessary gems.

Run the server

To start the server, run ruby server.rb and open your browser.

Develop your website

Just put your HAML-templates in /templates and your SCSS-stylesheets in /styles. Now start being creative.