Specified flavour for Nx and made the list of prerequisites more consistent
parent
91612b9fbf
commit
b88d4362d6
|
@ -20,8 +20,8 @@ Before starting, make sure you have the following software installed and working
|
|||
1. [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) to clone the WooCommerce repository (or your fork of the WooCommerce repository).
|
||||
2. [NVM](https://github.com/nvm-sh/nvm) to install Node.js and NPM.
|
||||
3. [Composer](https://getcomposer.org/download/) to install PHP packages required by WooCommerce such as the `woocommerce-rest-api` and the `jetpack-autoloader`. It's also necessary to use the PHP CodeSniffer that ensures your code follows code standards.
|
||||
4. Follow [instructions on nx.dev site](https://nx.dev/l/r/getting-started/nx-setup) to install Nx.
|
||||
5. Follow [instructions on pnpm.io site](https://pnpm.io/installation) to install pnpm.
|
||||
4. Nx: Follow [instructions on nx.dev site](https://nx.dev/l/r/getting-started/nx-setup) to install the Node.js flavour of Nx.
|
||||
5. pnpn: Follow [instructions on pnpm.io site](https://pnpm.io/installation) to install pnpm.
|
||||
|
||||
## Configure a local WordPress instance
|
||||
|
||||
|
|
Loading…
Reference in New Issue