From 12a1bf138dd4cf3fb7dac2fc5caf4b6f2a22177e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 14 Jul 2025 09:12:23 -0400 Subject: [PATCH] Improve docs regarding compiling --- web/themes/custom/geofresco/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/web/themes/custom/geofresco/README.md b/web/themes/custom/geofresco/README.md index a202a5c..d6c8800 100644 --- a/web/themes/custom/geofresco/README.md +++ b/web/themes/custom/geofresco/README.md @@ -47,9 +47,17 @@ These can be updated at any time within the `package.json`. ### Run the following command from the theme directory +#### Setup + `ddev npm install` -### Alternat non-DDEV +#### Compile CSS + +```shell +ddev npm run sass-dev +``` + +### Alternate non-DDEV Run the following command from the theme directory (that's the folder where this README is).