Go to file
Andrey Antukh de0e6ef5f3 Add proper license header on files when it missing. 2014-06-18 19:13:34 +02:00
app Add proper license header on files when it missing. 2014-06-18 19:13:34 +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 Add embedding locales in angular modules. 2014-06-17 23:53:44 +02:00
README.md Us-detail layout structure 2014-06-11 10:44:24 +02:00
bower.json Another iteration over backlog. 2014-06-17 18:18:43 +02:00
csslintrc.json members table 2014-06-16 13:02:10 +02:00
gulpfile.coffee Separate backlog modules in 3 files. 2014-06-18 17:09:31 +02:00
package.json Rewrite gulpfile to coffee 2014-06-16 12:46:54 +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/