21 lines
387 B
Markdown
21 lines
387 B
Markdown
Taiga Layout
|
|
===============
|
|
|
|
.. image:: http://kaleidos.net/static/img/badge.png
|
|
:target: http://kaleidos.net/community/taiga/
|
|
|
|
Setup initial environment
|
|
-------------------------
|
|
|
|
Install requirements:
|
|
|
|
.. code-block:: console
|
|
|
|
sudo npm install -g gulp
|
|
npm install
|
|
sudo npm install -g bower
|
|
bower install
|
|
gulp
|
|
|
|
And go in your browser to: http://localhost:8080/
|