Skip to content

albu-vlad/lalabox

Repository files navigation

LalaBox

Blazing fast 5 min Environment install for Drupal8

An electron-vue project

  • #f03c15 This is WIP: There will be dragons!

LalaBox demo

About

Lalabox is a one click Drupal8 environment installer wrapped around Lando and build with electron-vue. Lalabox provides a quick environment ready for development, configured with a standard profile and an installed database. It essentially runs a series of bash commands that clone drupal-composer project locally, initialises lando and uses Drupal Console to run a site install with db.

You can find your projects in "/Users/username/Drupal8Projects".

Prerequisites:

  1. Docker
  2. Lando

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# run unit & end-to-end tests
npm test


# lint all JS/Vue component files in `src/`
npm run lint