/taiga-support

User suport pages for Taiga

Primary LanguageCSSOtherNOASSERTION

Taiga-support

Kaleidos Project Managed with Taiga.io Build Status

User support pages for Taiga.

Envs

Setup

You need:

  • python 2.7

  • node >= 5.0

  • ruby

  • virtualenvwraper

  • Install Lektor

mkvirtualenv -p /usr/bin/python2.7 taiga-support
pip install -r requirements.txt
  • SASS (need ruby)
gem install sass
export PATH=":$PATH:$(ruby -e "print Gem.user_dir")/bin"
sass -v             # should return something like 'Sass 3.4.11 (Selective Steve)'
  • Install Webpack
cd taiga-support/webpack
npm install

Commands

lektor server -f webpack : Run the dev server.

lektor build -f webpack : Build the web site.

lektor deploy ghpages : [CI Enabled] Deploy in GitHub Pages.

lektor clean : Cleans the entire build folder.

Code of Conduct

Help us keep the Taiga Community open and inclusive. Please read and follow our Code of Conduct.