Go to file
Xavier Julián b733a1cc32 Ficed SassLint indentation error in typography 2014-10-01 14:57:10 +02:00
app Ficed SassLint indentation error in typography 2014-10-01 14:57:10 +02:00
.bowerrc First js layout. 2014-06-11 12:42:36 +02:00
.gitignore Fix some errors with the public register functionality 2014-09-18 12:50:58 +02:00
AUTHORS.rst Fix typo 2014-07-02 10:50:13 +02:00
LICENSE Add LICENSE file 2014-06-21 20:28:39 +02:00
README.md Minor changes on readme. 2014-09-29 23:56:34 +02:00
bower.json fix #678 2014-09-08 13:58:00 +02:00
csslintrc.json CSS and HTML user profile refactor 2014-08-12 12:59:49 +02:00
gulpfile.coffee Add svg task to deploy. 2014-09-25 18:46:54 +02:00
package.json fix jade compile 2014-09-15 07:21:41 +02:00
scsslint.yml fix #678 2014-09-08 13:58:00 +02: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/