Go to file
Andrey Antukh fe8c268c31 Remove jade dependency from bower
It was only an experiment and it is now completelly useless
on fronted. (Jade is only used on gulp as npm dependency)
2014-07-25 21:38:18 +02:00
app create project 2014-07-25 14:50:45 +02:00
config Finish the module auth 2014-07-21 16:23:24 +02:00
.bowerrc First js layout. 2014-06-11 12:42:36 +02:00
.gitignore Ignore .swo and .swp files 2014-06-25 12:40:33 +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 Remove jade dependency from bower 2014-07-25 21:38:18 +02:00
csslintrc.json members table 2014-06-16 13:02:10 +02:00
gulpfile.coffee Initial kanban code. 2014-07-21 20:54:41 +02:00
package.json updated gulp-scss-lint 2014-07-10 08:51:23 +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/