Go to file
Juanfran 75f9bf96ca Merge pull request #337 from taigaio/issue/2135/scroll-archived
Hide intro text of archived columns when vertical fold
2015-02-12 02:42:30 -08:00
app Merge pull request #337 from taigaio/issue/2135/scroll-archived 2015-02-12 02:42:30 -08:00
app-loader Improve plugin and config loading 2015-01-22 09:37:06 +01:00
conf Improve plugin and config loading 2015-01-22 09:37:06 +01:00
extras Update humans.txt 2015-01-25 13:30:03 +01:00
.bowerrc First js layout. 2014-06-11 12:42:36 +02:00
.gitignore split conf file from app.js 2015-01-16 14:11:12 +01:00
AUTHORS.rst Update AUTHORS.rst 2015-02-06 10:10:42 +01:00
CHANGELOG.md Allowing auth plugins 2015-02-11 11:24:25 +01:00
LICENSE Add LICENSE file 2014-06-21 20:28:39 +02:00
README.md Add link to taiga-front-dist on taiga-front readme 2015-01-27 08:46:03 +01:00
bower.json upgrade angular modules 2015-01-28 11:51:58 +01:00
csslintrc.json Removed known properties from csslintrc 2014-10-01 12:21:09 +02:00
gulpfile.coffee improve gulp start performance 2015-02-10 13:33:36 +01:00
main-sass.js Webhooks structure 2015-01-26 16:50:16 +01:00
package.json Remove unmet dependencies from package.json 2015-02-11 07:48:08 +01:00
scsslint.yml Excluded plugins from lint and necessary qualiying elements 2015-01-30 12:30:56 +01:00

README.md

Taiga Front

Kaleidos Project

Get the compiled version

You can get the compiled version of this code in the taiga-front-dist repository

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/

All the information about the different installation methods (production, development, vagrant, docker...) can be found here http://taigaio.github.io/taiga-doc/dist/#_installation_guide.

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.