Go to file
Xavier Julián a1a118dbcc Fix lint errors 2015-01-14 12:50:22 +01:00
app Fix lint errors 2015-01-14 12:50:22 +01:00
conf Add the ability to disable events and use relative url in config. 2014-11-20 21:52:26 +01:00
extras [Backport] Fixed typo 2014-10-20 21:39:07 +02:00
.bowerrc First js layout. 2014-06-11 12:42:36 +02:00
.gitignore Add scss-lint log to gitignore 2015-01-13 10:01:08 +01:00
AUTHORS.rst Fix typo 2014-07-02 10:50:13 +02:00
CHANGELOG.md Update changelog 2015-01-12 17:08:42 +01:00
LICENSE Add LICENSE file 2014-06-21 20:28:39 +02:00
README.md Update README.md 2014-12-22 10:00:39 +01:00
bower.json Changed "markitup" to "markitup-1x" 2014-12-31 17:47:43 +01:00
csslintrc.json Removed known properties from csslintrc 2014-10-01 12:21:09 +02:00
gulpfile.coffee remove includes & add gulp-autoprefix 2015-01-13 09:56:43 +01:00
main-sass.js Redesign loading icon and improve loading time (visually) 2014-12-11 16:30:09 +01:00
package.json Merge pull request #240 from taigaio/us/1868/autoprefix 2015-01-13 13:18:11 +01:00
scsslint.yml Fix a lot of import/extend lint errors on sass 2014-12-02 12:20:50 +01: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/

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.