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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Welcome to the Magento 2 Page Builder project!
4
4
5
5
## Overview
6
6
7
-
Magento 2 Page Builder makes it easy to create content-rich pages with custom layouts that enhance your visual storytelling, and drive customer engagement and loyalty.
7
+
Page Builder introduces an intuitive, drag-and-drop interface for creating digital content, powered by content types like images, videos, banners, etc. with instant preview capabilities that enable non-technical users to take control of their content. It allows to create new pages, enrich products and categories, and launch content updates quickly and easily without the help of a front-end web developer.
8
8
9
9
## Documentation
10
10
Complete documentation located on the [Magento DevDocs](https://devdocs.magento.com/page-builder/docs/):
Copy file name to clipboardExpand all lines: docs/getting-started/install-pagebuilder.md
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ These installation instructions are only for contributors to the Page Builder co
7
7
8
8
Before installing Page Builder for making contributions, make sure you have the following prerequisites:
9
9
10
-
- A local development installation of Magento Commerce 2.3.1 -- Use the installation instructions from the [DevDocs installation guide](https://devdocs.magento.com/guides/v2.3/install-gde/bk-install-guide.html).
11
-
- Access to the private Page Builder repository
10
+
- A local development installation of Magento Commerce 2.3.1+ -- Use the installation instructions from the [DevDocs installation guide](https://devdocs.magento.com/guides/v2.3/install-gde/bk-install-guide.html).
11
+
- Access to the private Page Builder repository. You should participate in [Magento Partner Program](https://magento.com/partners/become) to have these permissions.
1. Clone the Page Builder repos into the root directory of your Magento Commerce 2.3+ installation:
@@ -21,8 +21,8 @@ Before installing Page Builder for making contributions, make sure you have the
21
21
2. From the root directory of your Magento Commerce installation, use the `dev/tools/build-ee.php` script to symlink `magento2-page-builder` and `magento2-page-builder-ee` repos into your Magento Commerce installation:
@@ -46,7 +46,14 @@ If you plan to contribute to Page Builder, you need to install Node.js dependenc
46
46
Navigate to the `pagebuilder` directory and install Page Builder dependencies using the following command:
47
47
48
48
```terminal
49
-
cd pagebuilder && npm install
49
+
cd <pagebuilder-git-folder>
50
+
npm install
50
51
```
51
52
52
-
After installing the npm packages, you can run `npm run start`. This command watches for changes to your TypeScript files, compiles, and checks for errors.
53
+
After installing the npm packages, you can run:
54
+
55
+
```terminal
56
+
npm run start
57
+
```
58
+
59
+
This command watches for changes to your TypeScript files, compiles, and checks for errors.
-[Check out the User Guide](https://docs.magento.com/m2/ee/user_guide/cms/page-builder.html)
29
-
30
-
## Videos
31
-
32
-
<iframetitle="Adobe Video Publishing Cloud Player"width="1024"height="576"src="https://video.tv.adobe.com/v/31596t4/?enable10seconds=on&quality=12&speedcontrol=on"frameborder="1"webkitallowfullscreenmozallowfullscreenallowfullscreenscrolling="no"></iframe>
0 commit comments