Prerequisites¶
Node. Depending on the Wordless version you’ll need a specific Node version. Using NVM is recommended and the theme will be preconfigured with a
.nvmrcfile.WP-CLI
brew install wp-cliYarn[1] globally installed:npm install -g yarnTest-related requirements (skip if you won’t use the test suite)
- Composer [2]
brew install composer - Selenium
brew install selenium-server-standalone - Chrome Driver
brew install chromedriver
- Composer [2]
If you’d like to enable the mail-catcher while developing, install MailHog [3]. On MacOS this is as simple as
brew install mailhog. Wordless will do the rest.
See also
MailHog for documentation about how to use MailHog in Wordless
See also
Nodejs for documentation about how to use nodejs in Wordless
| [1] | https://www.npmjs.com/package/yarn |
| [2] | https://getcomposer.org/ |
| [3] | https://github.com/mailhog/MailHog |