Skip to content

ca-joue-ce-soir/legobuilder

Repository files navigation

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

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.

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

Installation

Make sure you have Docker installed (download) and NodeJS (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:

docker-compose up -d
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 to see the full text.

Releases

No releases published

Languages