volt il y a 3 mois
Parent
commit
fc5b6f856e
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -17,14 +17,17 @@ And don't forget to do CMD+Maj+. on MacOS to show hidden files and folder (.giti
 2. See scripts in the "package.json" file like :
 2. See scripts in the "package.json" file like :
 
 
 > npm run build
 > npm run build
+
 > npm run deploy
 > npm run deploy
 
 
 "build" does build the whole blog in html inside _site
 "build" does build the whole blog in html inside _site
+
 "deploy" should copy it in my internet served folder
 "deploy" should copy it in my internet served folder
 
 
 ⚠️ Don't use deploy !! Used only in my own scenario (NAS)
 ⚠️ Don't use deploy !! Used only in my own scenario (NAS)
 
 
 > npm run start
 > npm run start
+
 This is for local testing
 This is for local testing
 (Don't forget to often restart this when modifying the eleventy.config.js file)
 (Don't forget to often restart this when modifying the eleventy.config.js file)