https://github.com/ca-joue-ce-soir/legobuilder
Easy to use page builder with a developer focus and CMS agnostic.
https://github.com/ca-joue-ce-soir/legobuilder
page-builder prestashop wordpress
Last synced: 4 months ago
JSON representation
Easy to use page builder with a developer focus and CMS agnostic.
- Host: GitHub
- URL: https://github.com/ca-joue-ce-soir/legobuilder
- Owner: ca-joue-ce-soir
- License: gpl-3.0
- Created: 2023-04-08T10:07:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T17:31:05.000Z (over 2 years ago)
- Last Synced: 2025-10-08T11:02:16.056Z (9 months ago)
- Topics: page-builder, prestashop, wordpress
- Language: PHP
- Homepage: https://legobuilder-editor.vercel.app
- Size: 515 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: .github/README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Lego Builder
**Lego Builder** is a simple open-source _page-builder_ that works on the main PHP Content Management System (Wordpress, PrestaShop) with a special focus on performance, code quality and a clean front-end developer environment. [Check all available and future features](#features)
This repository contains the source code of the framework as well as modules for CMS, **exclusively for development and previewin** To download the latest public stable release, please visit the [releases page](https://github.com/ca-joue-ce-soir/legobuilder/releases).
## Features
- Widget creation made easy
- Focus on performance
- Scalable editor
- Special attention to the user experience
- Simple implementation for each CMS
- And a lot more, [see the documentation](https://legobuilder-editor.vercel.app/)
## Installation
Make sure you have Docker installed ([download](https://www.docker.com/)) and NodeJS ([download](https://nodejs.org/en/download)).
Initialize your project by cloning the repository ``git clone git@github.com:ca-joue-ce-soir/legobuilder.git`` and use Docker
to create your PrestaShop environment:
```bash
docker-compose up -d
```
```bash
docker exec -it legobuilder_prestashop /bin/sh # To enter the prestashop docker
npm install & npm run dev # To develop the editor on your environment
```
You can access **PrestaShop** at the following address: http://localhost.
## License
GNU General Public License v3.0 or later
See [LICENSE](/LICENSE) to see the full text.