|
@@ -46,7 +46,7 @@ By contributing code to our free themes, you grant its use under the [GNU Genera
|
|
|
|
|
|
Themes code should adhere to the [WordPress coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/). This repo contains a pre-commit hook which enables you to detect and fix code that doesn't follow the standards.
|
|
|
|
|
|
-To set this uo follow these instructions:
|
|
|
+To set this up follow these instructions:
|
|
|
1. Run `npm i` in the root of the repo.
|
|
|
2. Run `composer install`
|
|
|
|
|
@@ -74,4 +74,4 @@ NOTE: When pushing changes if your local branch is not current with /trunk you w
|
|
|
|
|
|
- In addition to pushing your local changes you can also WATCH for any local changes and trigger the sandbox sync by using the `npm run sandbox:watch` Any changes to your local files will trigger the rsync. Make sure that you have executed `npm install` to ensure the needed dependencies for this are installed.
|
|
|
|
|
|
-Note: The first time you run the `sandbox.sh` shell script you will be prompted for details about your sandbox which will be stored in a `.sandbox-config` file. Edit (or delete and be re-prompted) if details about your sandbox change. This file will not be comitted to version controll and will not sync to your sandbox.
|
|
|
+Note: The first time you run the `sandbox.sh` shell script you will be prompted for details about your sandbox which will be stored in a `.sandbox-config` file. Edit (or delete and be re-prompted) if details about your sandbox change. This file will not be comitted to version controll and will not sync to your sandbox.
|