# taiga-support **Repository Path**: shifeipython/taiga-support ## Basic Information - **Project Name**: taiga-support - **Description**: No description available - **Primary Language**: JavaScript - **License**: CC-BY-SA-4.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-05 - **Last Updated**: 2024-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Taiga-support [![Kaleidos Project](http://kaleidos.net/static/img/badge.png)](https://github.com/kaleidos "Kaleidos Project") [![Managed with Taiga.io](https://img.shields.io/badge/managed%20with-TAIGA.io-709f14.svg)](https://tree.taiga.io/project/taiga/ "Managed with Taiga.io") [![Build Status](https://img.shields.io/travis/taigaio/taiga-support.svg)](https://travis-ci.org/taigaio/taiga-support "Build Status") User support pages for Taiga. #### Envs - **Stable** (Production Env): [https://tree.taiga.io/support/](https://tree.taiga.io/support/) - **Dev** (Test Env): [https://taigaio.github.io/taiga-support/](https://taigaio.github.io/taiga-support/) #### 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](https://github.com/taigaio/code-of-conduct/blob/master/CODE_OF_CONDUCT.md).