You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Security, performance, marketing, and design tools — Jetpack is made by WordPress experts to make WP sites safer and faster, and help you grow your traffic.
This is the Jetpack Monorepo. It contains source code for the different Jetpack plugins, Composer and JavaScript packages used by the plugins, and other things.
How to install Jetpack plugin on your site
If you are not planning on developing with Jetpack, you should install Jetpack from pre-built sources. Details on that may be found on this page.
Developing from the Monorepo
If you're interested in developing with the Jetpack monorepo, you can check out the Quick Start Guide here.
Installation From Git Monorepo
To run the Jetpack plugin from the monorepo, you'll first need to build it. To do so, follow the instructions here.
If not, you'll need to create a link to the Jetpack plugin from your WordPress wp-content/plugins folder (you cannot clone the monorepo into your WordPress plugins directory - you will see a warning on your plugins page if so saying that the Jetpack Monorepo is not a plugin and shouldn't be installed as one). You'll need to know the filesystem path to the monorepo checkout and to your WordPress installation. Then, on Linux or Mac OS X, open a terminal and use ln -s to create the link, something like
On Windows (Vista and later), open an Administrator Command Prompt window and use mklink /D similarly.
Contribute
Thank you for thinking about contributing to Jetpack! If you're unsure of anything, feel free to submit an issue or pull request on any topic. The worst that can happen is that you'll be politely directed to the best location to ask your question or to change something in your pull request. There are a variety of options for how you can help:
Interested in working on awesome open-source code all day? Join us!
About
Security, performance, marketing, and design tools — Jetpack is made by WordPress experts to make WP sites safer and faster, and help you grow your traffic.