Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ $ composer install
$ npm install
```

#### Composer with Docker (alternative)
> You can install the composer dependencies through Docker official image ;
```
docker run --rm --interactive --tty \
--volume $PWD:/app \
--volume ${COMPOSER_HOME:-$HOME/.composer}:/tmp \
composer install
```

### Available CLI commands

`_s` comes packed with CLI commands tailored for WordPress theme development :
Expand Down