Skip to content

Commit

Permalink
Merge branch 'updated-readme' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rockalife committed Jul 30, 2018
2 parents ec2c4cf + 0a5b608 commit c880aa4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions public/editor-src/README.md
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

0 comments on commit c880aa4

Please sign in to comment.