diff --git a/docs/contributing/index.md b/docs/contributing/index.md index a7068e69..8d9f8653 100644 --- a/docs/contributing/index.md +++ b/docs/contributing/index.md @@ -26,8 +26,12 @@ Guide for contributing to Secure Custom Fields development. 1. Fork the repository 2. Set up local environment + - The local environment runs with WP env, for setup, see: https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env/ along with prerequisites. 3. Install dependencies + - run `composer install` + - build the plugin files (JS/CSS) via `npm run build` 4. Run test suite + - `composer run test` ## Contribution Guidelines