Skip to content
/ emulsify-demo Public template

Demo for Emulsify with Drupal 9 using paragraphs.

Notifications You must be signed in to change notification settings

ParallelDevs/emulsify-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla Drupal 9 Installation with Custom Theme (EmulsifyCLI)

This repository contains a basic installation of Drupal 9 with a custom theme created using EmulsifyCLI. The project is designed to be used with Lando, a local development environment tool, which simplifies the process of running and managing the project.

Requirements

You must have the following requirements installed locally for being able to set up this project

Installation

To install the project, follow these steps

Clone the repository to your local machine

git clone git@github.com:ParallelDevs/emulsify-demo.git

Start the Lando environment

lando start

Import the database

lando db-import db-backup.gz

Install the dependencies

composer install

Import local configuration files

lando drush cim

Setup the Emulsify custom theme

Navigate to the custom theme directory:

cd web/themes/custom/tutorial/

Use the correct version of Node.js using node version manager (nvm)

nvm use

Install the theme dependencies

npm install composer install

Usage

To build a production-ready version of the application

npm run build

Start a local development server

npm run develop

To run Storybook

npm run storybook

About

Demo for Emulsify with Drupal 9 using paragraphs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published