Go to file
Juanfran 489c14b218 fix search jade paths 2014-06-11 11:51:07 +02:00
app fix search jade paths 2014-06-11 11:51:07 +02:00
.gitignore Basic frontend layoyut 2014-06-02 09:22:27 +02:00
README.md Us-detail layout structure 2014-06-11 10:44:24 +02:00
csslintrc.json search result table 2014-06-11 10:23:12 +02:00
gulpfile.js Minor reorganization on layout. 2014-06-11 11:14:28 +02:00
package.json Minor reorganization on layout. 2014-06-11 11:14:28 +02:00
scsslint.yml scss lint 2014-06-10 08:41:27 +02:00

README.md

Taiga Layout

Kaleidos Project

Setup initial environment

Install requirements:

Ruby / Sass

You can install Ruby through the apt package manager, rbenv, or rvm. Install Sass through your Terminal or Command Prompt.

    gem install sass
    sass -v // should return Sass 3.3.8 (Maptastic Maple)

Complete process for all OS at: http://sass-lang.com/install

Node + Bower + Gulp

    sudo npm install -g gulp
    npm install
    sudo npm install -g bower
    bower install
    gulp

And go in your browser to: http://localhost:8080/