Skip to content

Project management web application with scrum in mind! Built on top of Django and AngularJS (Front)

License

Notifications You must be signed in to change notification settings

morezig/taiga-front

Repository files navigation

Taiga Front

Kaleidos Project

If you have any doubts or any questions related to taiga's software, you can use this Mailing List.

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/

About

Project management web application with scrum in mind! Built on top of Django and AngularJS (Front)

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 59.9%
  • HTML 15.4%
  • JavaScript 14.0%
  • CSS 10.3%
  • Python 0.4%