Ajout de README.md
This commit is contained in:
commit
8c40540db4
1 changed files with 14 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
C'est le fichier SASS qui sert à build les .css pour le site Khaganat_web !
|
||||
|
||||
En automatique :
|
||||
Telecharger l'artefacs :
|
||||
- unzip artefacs.zip
|
||||
- cp bulma.css khaganat-web/khaganat/static/khaganat/css/style.css
|
||||
|
||||
En manuel :
|
||||
- npm install bulma
|
||||
- npm install node-sass
|
||||
- cp bulma.sass node_modules/bulma/bulma.sass
|
||||
- cd node_modules/bulma/
|
||||
- npm run build-sass
|
||||
- cp css/bulma.css khaganat-web/khaganat/static/khaganat/css/style.css
|
Loading…
Reference in a new issue