Go to file
David Barragán Merino 8b1fbca5f7 Fix Bug #1279: Deleting block condition from task in taskboard does not restore color 2014-10-12 00:47:55 +02:00
app Fix Bug #1279: Deleting block condition from task in taskboard does not restore color 2014-10-12 00:47:55 +02:00
conf New config service with more clear format. 2014-10-08 12:14:16 +02:00
.bowerrc First js layout. 2014-06-11 12:42:36 +02:00
.gitignore New config service with more clear format. 2014-10-08 12:14:16 +02:00
AUTHORS.rst Fix typo 2014-07-02 10:50:13 +02:00
CHANGELOG.md US #675: Task #1269: Update changelog 2014-10-09 18:49:15 +02:00
LICENSE Add LICENSE file 2014-06-21 20:28:39 +02:00
README.md An other change to readme. 2014-10-03 13:04:49 +02:00
bower.json fix #678 2014-09-08 13:58:00 +02:00
csslintrc.json Removed known properties from csslintrc 2014-10-01 12:21:09 +02:00
gulpfile.coffee Fix vendor css loading on gulpfile. 2014-10-10 00:25:43 +02:00
package.json Update coffee version and remove unused dependencies. 2014-10-01 15:33:50 +02:00
scsslint.yml fix #678 2014-09-08 13:58:00 +02:00

README.md

Taiga Front

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 scss-lint
$ export PATH="~/.gem/ruby/2.1.0/bin:$PATH"
$ 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
$ sudo npm install -g bower
$ npm install
$ bower install
$ gulp

And go in your browser to: http://localhost:9001/

Community

Taiga has a mailing list. Feel free to join it and ask any questions you may have.

To subscribe for announcements of releases, important changes and so on, please follow @taigaio on Twitter.