-
Notifications
You must be signed in to change notification settings - Fork 846
Add instructions on package installation and usage #12576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
dac6d7e to
6aaf4bd
Compare
This is an automated check which relies on |
|
It may be worth basing that branch against |
6aaf4bd to
09fa4a1
Compare
|
Caution: This PR has changes that must be merged to WordPress.com |
|
Rebased against |
…nt environment. Add a pointer to that section in the packages' readme
b2bafc9 to
1d2153c
Compare
jeherve
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking good. I have a few minor comments, and since we now have an exhaustive "Installing Composer" I would link to it as a new third step here:
jetpack/docs/development-environment.md
Line 49 in 1d2153c
| 3. Install yarn. Please, refer to yarn's [Installation Documentation](https://yarnpkg.com/docs/install/). |
3. [Install Composer](#installing-composer).
4. Install yarn. Please, refer to yarn's [Installation Documentation](https://yarnpkg.com/docs/install/).
5. Make sure the Jetpack plugin is active and run
```
$ yarn build
```
This will install npm dependencies and then build the files.
6. Open `/wp-admin/admin.php?page=jetpack` in your browser.Once that's done, merge it!
Co-Authored-By: Jeremy Herve <[email protected]>
Co-Authored-By: Jeremy Herve <[email protected]>
…ow to start developing for Jetpack
jeherve
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good to me. Merging.
|
Great work 👏 |
Initial info about Composer and how to install it, and about the packages: how to require them, install them and use them.
Changes proposed in this Pull Request:
Proposed changelog entry for your changes: