Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 679 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 679 Bytes

Broken Promises

Media Hackday 2013 - Berlin

        _   .--------------------------------.
      _|o|_ |    Application brought to you  |
       (_)  |  	 with the amazing Yeoman!    |
     / \Y/ \;-,______________________________|
    ||  :  |\//
    (| --- |
      |_|_|
       \ /

Installation

Install command line tools:

sudo npm install -g grunt-cli bower  
gem install compass

Install dependancies with NPM and Bower.

npm install
bower install

Then start serve static files with Grunt!

grunt server

Generators