A drupal project with example Emulsify Design system.
Run the following commands to get this project started:
lando start
yarn rebuild
This package provides some additional tooling to support the build.
To use the helper script provided you will need to have yarn
or npm
installed. Then just run yarn <command>
or npm run <command>
. For example: yarn import-data
. These commands are bash scripts located in the ./scripts/sous
directory and defined in package.json
.
confex
yarn confex
Export active configuration to the config directory.
confim
yarn confim
Import the configuration to the database.
import-data
yarn import-data
Import a copy of the canonical database backup into your local instance. This assumes the database backup is located in ./reference/db.sql.gz
.
local-data-bak
yarn local-data-bak
Create a local database backup. Saves the backup to the ./reference
directory.
rebuild
yarn rebuild
Rebuild a fresh local instance of your site. Imports the canonical database backup and imports configuration into it.