Go to file
Juanfran bb2620dddd public project e2e 2015-09-21 10:03:22 +02:00
.tx [i18n] Add portuguese (Brazil) (pt_BR) translation. 2015-08-25 15:03:23 +02:00
app fix related-task status translation 2015-09-18 07:36:00 +02:00
app-loader Create sample themes: meterial-design, high-contrast 2015-07-07 17:00:39 +02:00
conf Add theme selector to the user profile form 2015-07-07 17:00:39 +02:00
e2e public project e2e 2015-09-21 10:03:22 +02:00
extras Remove robots.txt 2015-06-10 09:18:17 +02:00
scripts [i18] Fix the translation script 2015-05-05 17:46:35 +02:00
.bowerrc New frontend structure 2015-04-17 07:29:29 +02:00
.gitignore Create screenshot dir for chrome, firefox, safari and ie 2015-09-09 09:36:30 +02:00
.travis.yml Travis: Migrating from legacy to container-based infrastructure 2015-07-21 11:46:31 +02:00
AUTHORS.rst Added attachment previews for images. 2015-08-24 17:31:56 +02:00
CHANGELOG.md date custom fields changelog 2015-09-09 13:11:45 +02:00
LICENSE Add LICENSE file 2014-06-21 20:28:39 +02:00
README.md Update README.md 2015-09-16 12:26:13 +02:00
bower.json Added autocomplete for @mentions, #USs, #tasks, #issues, and [[wikipages]] in MD textareas. 2015-08-27 00:57:47 -04:00
coffeelint.json configure coffeelint 2015-04-17 12:59:45 +02:00
conf.e2e.js public project e2e 2015-09-21 10:03:22 +02:00
csslintrc.json Project list styles and layout 2015-05-29 09:50:57 +02:00
gulp-utils.js Add taiga theme and a gulp task to compile themes 2015-07-07 17:00:04 +02:00
gulpfile.js Added autocomplete for @mentions, #USs, #tasks, #issues, and [[wikipages]] in MD textareas. 2015-08-27 00:57:47 -04:00
karma.app.conf.js testing infrastructure 2015-04-15 13:21:53 +02:00
karma.conf.js fix several timeline bugs 2015-07-20 10:25:46 +02:00
locales.js taiga internationalization 2015-04-08 12:45:56 +02:00
package.json e2e screenshots gallery 2015-09-09 09:36:16 +02:00
scsslint.yml Remove all Help notion code 2015-03-11 09:01:10 +01:00
test-utils.js sinon promise util 2015-05-29 09:52:35 +02:00
test.js e2e attributes 2015-09-09 09:36:31 +02:00

README.md

Taiga Front

Kaleidos Project Managed with Taiga Build Status

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.

Run tests

  • To run unit tests

    gulp
    
    npm test
    
  • To run e2e tests

    webdriver-manager update      # Only the first time
    webdriver-manager start
    
    protractor conf.e2e.js --suite=auth     # To tests authentication
    protractor conf.e2e.js --suite=full     # To test all the platform authenticated
    

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.

Donations

We are grateful for your emails volunteering donations to Taiga. We feel comfortable accepting them under these conditions: The first that we will only do so while we are in the current beta / pre-revenue stage and that whatever money is donated will go towards a bounty fund. Starting Q2 2015 we will be engaging much more actively with our community to help further the development of Taiga, and we will use these donations to reward people working alongside us.

If you wish to make a donation to this Taiga fund, you can do so via http://www.paypal.com using the email: eposner@taiga.io