Go to file
Jesús Espino 68f48f6a1c Fix bug #741: Kanban/Taskboard/Backlog drag and drop start on all the element 2014-09-05 13:57:21 +02:00
app Fix bug #741: Kanban/Taskboard/Backlog drag and drop start on all the element 2014-09-05 13:57:21 +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 Fix url on README.md 2014-09-04 15:09:20 +02:00
bower.json Fixing backlog graph, removing unnecesary sprint names 2014-08-28 12:11:09 +02:00
csslintrc.json CSS and HTML user profile refactor 2014-08-12 12:59:49 +02:00
gulpfile.coffee Add express/gulp url for serve plugins directory in development server. 2014-09-04 16:30:40 +02:00
package.json Update package.json. 2014-09-02 15:36:28 +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:9001/