Go to file
Xavier Julián c6397a8728 Broken words when too big to fit in tasks. Fixes #768 2014-08-27 13:18:28 +02:00
app Broken words when too big to fit in tasks. Fixes #768 2014-08-27 13:18:28 +02:00
config Add links to external pages of terms of services and privacy policy 2014-08-05 10:56:14 +02:00
.bowerrc First js layout. 2014-06-11 12:42:36 +02:00
.gitignore Update .gitignore 2014-08-16 13:16:32 +02:00
AUTHORS.rst Fix typo 2014-07-02 10:50:13 +02:00
LICENSE Add LICENSE file 2014-06-21 20:28:39 +02:00
README.md Us-detail layout structure 2014-06-11 10:44:24 +02:00
bower.json Fix the gulpfile 2014-08-21 13:31:24 +02:00
csslintrc.json CSS and HTML user profile refactor 2014-08-12 12:59:49 +02:00
gulpfile.coffee Add locales task dependency to coffee gulp task. 2014-08-25 18:31:57 +02:00
package.json Add readable-stream and through2 as npm dependencies 2014-08-27 10:43:03 +02:00
scsslint.yml US/121 projects pagination 2014-07-25 09:30:39 +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/