Go to file
Xavier Julián 76d07c2fd1 Merge branch 'master' into us-detail
Conflicts:
	app/styles/main.scss
2014-06-23 13:09:24 +02:00
app Merge branch 'master' into us-detail 2014-06-23 13:09:24 +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
AUTHORS.rst Add AUTHORS file 2014-06-21 20:28:39 +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 Add AUTHORS file 2014-06-21 20:28:39 +02:00
csslintrc.json members table 2014-06-16 13:02:10 +02:00
gulpfile.coffee Finishing sprints visualization for backlog 2014-06-23 12:22:03 +02:00
package.json Fix license 2014-06-21 20:28:39 +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/