Update readme.rst
This commit is contained in:
parent
65b4703a23
commit
f20b94ace4
15
readme.rst
15
readme.rst
@ -9,22 +9,27 @@ Installation
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
sudo apt-get install npm nodejs-legacy
|
sudo apt-get install npm nodejs-legacy ruby
|
||||||
git clone https://github.com/titilambert/adagios-frontend.git
|
git clone https://github.com/titilambert/adagios-frontend.git
|
||||||
cd adagios-frontend
|
cd adagios-frontend
|
||||||
npm install
|
npm install
|
||||||
|
npm install grunt-cli
|
||||||
|
gem install sass
|
||||||
|
|
||||||
|
|
||||||
Dev
|
Dev
|
||||||
===
|
===
|
||||||
|
|
||||||
Auto-refresh css files
|
To watch for sass files change and auto-refresh css run :
|
||||||
|
|
||||||
|
::
|
||||||
|
grunt
|
||||||
|
|
||||||
|
To compile css files run :
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
npm install grunt-cli
|
grunt sass
|
||||||
grunt
|
|
||||||
|
|
||||||
|
|
||||||
Coding style
|
Coding style
|
||||||
===========
|
===========
|
||||||
|
Loading…
x
Reference in New Issue
Block a user