-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
### BUILD INSTRUCTIONS | ||
|
||
1. Make sure that you have the latest lts version `node` and the latest `npm` installed | ||
2. Open a terminal and go to this directory `cd {brizy_plugin_root}/public/editor-src` | ||
3. Run `npm install` | ||
4. Run `npm run build:github` | ||
5. See and test your changes on your local WordPress site | ||
1. Make sure that you have the latest lts version `node`, latest `npm`, and latest `composer` installed | ||
2. Open a terminal and go to brizy plugin directory `cd {brizy_plugin_root}` | ||
3. Run `composer install` | ||
4. In the terminal go to editor source directory `cd {brizy_plugin_root}/public/editor-src` | ||
5. Run `npm install` | ||
6. Run `npm run build:github` | ||
7. See and test your changes on your local WordPress site |