Improve docs regarding compiling

This commit is contained in:
benjamin melançon 2025-07-14 09:12:23 -04:00
parent a8f0d6889d
commit 12a1bf138d

View file

@ -47,9 +47,17 @@ These can be updated at any time within the `package.json`.
### Run the following command from the theme directory ### Run the following command from the theme directory
#### Setup
`ddev npm install` `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). Run the following command from the theme directory (that's the folder where this README is).