Skip to content

CarlosLVar/taiga-support

 
 

Repository files navigation

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.

About

User support pages for Taiga

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 62.9%
  • HTML 31.6%
  • JavaScript 5.5%