Update doc
This commit is contained in:
parent
20ef737a02
commit
c5be40ec15
|
@ -34,9 +34,8 @@ The port # might be different depending on your `.wp-env.override.json` configur
|
||||||
Once you have WP-ENV container up, we need to run a few commands to start developing.
|
Once you have WP-ENV container up, we need to run a few commands to start developing.
|
||||||
|
|
||||||
1. Run `pnpm install` to install npm modules.
|
1. Run `pnpm install` to install npm modules.
|
||||||
2. Navigate to Core WooCommerce `cd plugins/woocommerce`.
|
2. Run `pnpm nx build woocommerce` to build core.
|
||||||
3. Run `pnpm run build:core`
|
3. Run `pnpm nx composer-install woocommerce` to install PHP dependencies.
|
||||||
4. Run `composer install` to install PHP dependencies.
|
|
||||||
|
|
||||||
If you don't have Composer available locally, run the following command. It runs the command in WP-ENV container.
|
If you don't have Composer available locally, run the following command. It runs the command in WP-ENV container.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue