Repository for Append or Prepend Content Plugin for WordPress: https://wordpress.org/support/plugin/append-or-prepend-content/
- Composer
- node and npm. Recommended to use nvm
- Clone this repo.
- Run
npm install
. This will install a set of dependencies to make builds and WordPress.org workflows better. - Run
composer install
. It also run PHPCS to format and clean the code. - Whenever a commit is done, PHPCS will run warning or erroring if something needs to be said about the committed code.
- If you have MySQL and PHP locally installed, run
./vendor/bin/phpunit
, otherwise you'll need Docker to execute./bin/phpunit.sh