Minor changes on readme.
parent
8ee9c0c798
commit
6ccce9f332
27
README.md
27
README.md
|
@ -1,10 +1,8 @@
|
||||||
Taiga Front
|
# Taiga Front #
|
||||||
===============
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Setup initial environment
|
## Setup initial environment ##
|
||||||
-------------------------
|
|
||||||
|
|
||||||
Install requirements:
|
Install requirements:
|
||||||
|
|
||||||
|
@ -13,21 +11,22 @@ Install requirements:
|
||||||
You can install Ruby through the apt package manager, rbenv, or rvm.
|
You can install Ruby through the apt package manager, rbenv, or rvm.
|
||||||
Install Sass through your **Terminal or Command Prompt**.
|
Install Sass through your **Terminal or Command Prompt**.
|
||||||
|
|
||||||
```bash
|
```
|
||||||
gem install sass
|
$ gem install sass scss-lint
|
||||||
sass -v // should return Sass 3.3.8 (Maptastic Maple)
|
$ 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
|
Complete process for all OS at: http://sass-lang.com/install
|
||||||
|
|
||||||
**Node + Bower + Gulp**
|
**Node + Bower + Gulp**
|
||||||
|
|
||||||
```bash
|
```
|
||||||
sudo npm install -g gulp
|
$ sudo npm install -g gulp
|
||||||
npm install
|
$ sudo npm install -g bower
|
||||||
sudo npm install -g bower
|
$ npm install
|
||||||
bower install
|
$ bower install
|
||||||
gulp
|
$ gulp
|
||||||
```
|
```
|
||||||
|
|
||||||
And go in your browser to: http://localhost:9001/
|
And go in your browser to: http://localhost:9001/
|
||||||
|
|
Loading…
Reference in New Issue