Skip to content

Commit

Permalink
Update per current scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Jul 11, 2024
1 parent d5ae043 commit 78d9856
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Install as a [Composer dependancy](https://packagist.org/packages/kasparsd/conta

## Contribute

We use [Composer](https://getcomposer.org) for managing PHP related dependencies and linting while [Node.js](https://nodejs.org) is used for the triggering the `pre-commit` hook, building the plugin release and deploying to WP.org via [Grunt](https://gruntjs.com).
We use [Composer](https://getcomposer.org) for managing PHP development dependencies while [Node.js](https://nodejs.org) is used for most scripting needs, building the plugin release and deploying to WP.org via [Grunt](https://gruntjs.com).

1. Clone the plugin repository:

Expand All @@ -30,11 +30,12 @@ We use [Composer](https://getcomposer.org) for managing PHP related dependencies

2. Setup the development environment and tools:

npm install
composer install

3. Prepare a release in the `dist` directory:

composer build
npm run build


## Screenshot
Expand Down

0 comments on commit 78d9856

Please sign in to comment.