|
@@ -36,6 +36,16 @@
|
|
|
5. `git commit -m "message de commit"`
|
|
|
6. `git push origin master`
|
|
|
|
|
|
+# tailwind
|
|
|
+
|
|
|
+1. `docker exec -it -w /app/public/bedrock/web/app/themes/partition-jlg-theme php-fpm`
|
|
|
+2. `yarn dev`
|
|
|
+
|
|
|
+
|
|
|
+1. Ouvrir le dossier du thème avec VSCode
|
|
|
+2. Installer extension VSCode *Tailwind CSS IntelliSense*
|
|
|
+3. *Settings* `ctrl + ,` -> `Files:Association` -> *Item* `.php` *Value* `tailwindcss`
|
|
|
+
|
|
|
# xdebug
|
|
|
|
|
|
- Installer l'extension Codium / VSCode PHP Debug
|