-
Notifications
You must be signed in to change notification settings - Fork 12
Contributing
Weston Ruter edited this page Apr 22, 2023
·
3 revisions
- Install
composer. - Install
node. If you do so vianvm, you'll get the expected version installed when you donvm install. - Install the dependencies:
npm install && composer install - Build the plugin:
npm run build
If you aren't using your own, you can use the built-in wp-env development environment:
npm run wp-env startTo ensure that your IDE has the WordPress core files for indexing, you can also create wp-core and wp-tests-phpunit symlinks:
npm run symlink-wp-env-install-paths