Improve docs regarding compiling
This commit is contained in:
parent
a8f0d6889d
commit
12a1bf138d
1 changed files with 9 additions and 1 deletions
|
@ -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).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue