Go to file
David Barragán Merino ef6d55b389 Add spanish and french translations 2015-04-17 12:22:33 +02:00
.tx Adding transifex script for managing translations 2015-04-16 12:59:31 +02:00
app Add spanish and french translations 2015-04-17 12:22:33 +02:00
app-loader Set default language from configuration and get locale list from the server 2015-04-14 13:06:30 +02:00
conf Set default language from configuration and get locale list from the server 2015-04-14 13:06:30 +02:00
extras Update humans.txt 2015-01-25 13:30:03 +01:00
scripts Adding transifex script for managing translations 2015-04-16 12:59:31 +02:00
.bowerrc New frontend structure 2015-04-17 07:29:29 +02:00
.gitignore New frontend structure 2015-04-17 07:29:29 +02:00
AUTHORS.rst Update AUTHORS.rst 2015-02-06 10:10:42 +01:00
CHANGELOG.md Adding date to the changelog 2015-03-17 10:57:01 +01:00
LICENSE Add LICENSE file 2014-06-21 20:28:39 +02:00
README.md Update README.md 2015-02-13 09:59:53 +01:00
bower.json taiga internationalization 2015-04-08 12:45:56 +02:00
csslintrc.json Removed known properties from csslintrc 2014-10-01 12:21:09 +02:00
gulpfile.js New frontend structure 2015-04-17 07:29:29 +02:00
karma.app.conf.js testing infrastructure 2015-04-15 13:21:53 +02:00
karma.conf.js testing infrastructure 2015-04-15 13:21:53 +02:00
locales.js taiga internationalization 2015-04-08 12:45:56 +02:00
package.json New frontend structure 2015-04-17 07:29:29 +02:00
scsslint.yml Remove all Help notion code 2015-03-11 09:01:10 +01:00

README.md

Taiga Front

Kaleidos Project Managed with Taiga

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.