Go to file
Andrey Antukh 139010a2fc Minor reorganization on resources modules. 2014-06-12 10:20:09 +02:00
app Minor reorganization on resources modules. 2014-06-12 10:20:09 +02:00
config Add configuration module and adapt layout for it. 2014-06-11 14:47:32 +02:00
.bowerrc First js layout. 2014-06-11 12:42:36 +02:00
.gitignore fixed gitignore 2014-06-11 16:23:50 +02:00
README.md Us-detail layout structure 2014-06-11 10:44:24 +02:00
bower.json First js layout. 2014-06-11 12:42:36 +02:00
csslintrc.json search result table 2014-06-11 10:23:12 +02:00
gulpfile.js Initial js layout for backlog. 2014-06-11 18:24:33 +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/