diff --git a/README.md b/README.md index 96e525e..c333345 100644 --- a/README.md +++ b/README.md @@ -1,232 +1,33 @@ - html validator : https://validator.w3.org/nu --- -start it with a server, like : `alive-server` -- https://www.npmjs.com/package/alive-server -- install : `npm install -g alive-server` +- start server with php, and nodemon for auto reload : + - `npm run dev` + +- setup : + - install apps : `sudo apt update && sudo apt install php-cli nodejs npm` + - verify : `php -v` & `node -v` & `npm -v` + - -> only for info, at project creation setup : + - run : `npm init -y && npm install --save-dev nodemon` + - add in package.jsons > scripts : `"dev": "nodemon --exec 'php -S localhost:8000' --ext php,html"` + - install dependencies : `npm ci` --- difficulties : - [accessibility with ascii art titles](https://stackoverflow.com/questions/77537096/make-text-in-ascii-art-more-accessible) - - I finally decided to go with a structure like this : - ```html -
- - Bonjour, je suis un développeur inventif, méthodique, et passionné - par l'informatique, et plus particulièrement le libre et l'open - source. J'aime explorer de nouvelles solutions techniques et - comprendre les systèmes en profondeur :-] - - - Hello, I am a creative, methodical developer with a passion for - computer science, particularly free and open-source software. I - enjoy exploring new technical solutions and gaining a deep - understanding of systems :-] - -
-+ + Bonjour, je suis un développeur inventif, méthodique, et passionné par + l'informatique, et plus particulièrement le libre et l'open source. + J'aime explorer de nouvelles solutions techniques et comprendre les + systèmes en profondeur :-] + + + Hello, I am a creative, methodical developer with a passion for computer + science, particularly free and open-source software. I enjoy exploring + new technical solutions and gaining a deep understanding of systems :-] + +
+ -code-sources de tous les projets : source code for all projects : @@ -635,7 +583,7 @@ >
+ + Bonjour, je suis un développeur inventif, méthodique, et passionné par + l'informatique, et plus particulièrement le libre et l'open source. + J'aime explorer de nouvelles solutions techniques et comprendre les + systèmes en profondeur :-] + + + Hello, I am a creative, methodical developer with a passion for computer + science, particularly free and open-source software. I enjoy exploring + new technical solutions and gaining a deep understanding of systems :-] + +
+