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).