Improve contributing instructions

This commit is contained in:
Jay Trees 2022-02-22 13:13:53 +01:00
parent cb0637d524
commit 37b6bf188c

View file

@ -23,16 +23,20 @@ Use at your own risk.
Install dependencies Install dependencies
### Composer ### Composer
- `composer install` Use one of the following commands.
- `composer install --dev`
- `composer install --no-dev` | Command | Description |
| --------------------------- | ----------------------------------- |
| `composer install` | Install all dependencies. |
| `composer install --no-dev` | Install only required dependencies. |
### NPM ### NPM
Use one of the following commands. Use one of the following commands.
- `npm install` | Command | Description |
- `npm install --only=development` | --------------------------------------------- | ----------------------------------- |
- `npm install --only=production --no-optional` | `npm install` | Install all dependencies. |
| `npm install --only=production --no-optional` | Install only required dependencies. |
### Theme changes ### Theme changes
``` ```