Add informations to readme
Signed-off-by: Frédéric Vachon <fredvac@gmail.com>
This commit is contained in:
parent
c19a1e5aaf
commit
de8a385146
19
readme.rst
19
readme.rst
@ -9,22 +9,21 @@ Installation
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
sudo apt-get install npm nodejs-legacy
|
sudo apt-get install npm nodejs-legacy
|
||||||
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Dev
|
Dev
|
||||||
===
|
===
|
||||||
|
|
||||||
Use grunt to get css files
|
Auto-refresh css files
|
||||||
|
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
grunt
|
npm install grunt-cli
|
||||||
|
grunt
|
||||||
|
|
||||||
|
|
||||||
Launch
|
Launch
|
||||||
@ -32,9 +31,7 @@ Launch
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
npm start
|
npm start
|
||||||
|
|
||||||
|
|
||||||
Now, go on http://127.0.0.1:8000
|
Now, go on http://127.0.0.1:8000
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user