Conflicts: CHANGELOG.md app/coffee/modules/backlog/main.coffee app/coffee/modules/controllerMixins.coffee app/coffee/modules/resources/issues.coffee app/coffee/modules/resources/tasks.coffee app/coffee/modules/resources/userstories.coffee app/coffee/modules/taskboard/main.coffee app/coffee/modules/wiki/main.coffee app/partials/taskboard.jade app/styles/components/loader.scss app/styles/components/loading-bar.scss app/styles/layout/animation.scss app/styles/layout/base.scss app/styles/layout/issues.scss |
||
---|---|---|
app | ||
app-loader | ||
conf | ||
extras | ||
.bowerrc | ||
.gitignore | ||
AUTHORS.rst | ||
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
bower.json | ||
csslintrc.json | ||
gulpfile.coffee | ||
main-sass.js | ||
package.json | ||
scsslint.yml |
README.md
Taiga Front
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.