mnylc/archipelago_subtheme_dcpl

Archipelago Subtheme based on Radix 6+ for DCPL

Installs: 55

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Language:JavaScript

Type:drupal-theme

dev-main 2025-01-07 20:30 UTC

This package is auto-updated.

Last update: 2025-03-07 20:57:00 UTC


README

archipelago_subtheme_dcpl theme uses Webpack to compile and bundle SASS and JS.

Step 1

Make sure you have Node and npm installed. You can read a guide on how to install node here: https://docs.npmjs.com/getting-started/installing-node

If you prefer to use Yarn instead of npm, install Yarn by following the guide here.

Step 2

Go to the root of archipelago_subtheme_dcpl theme and run the following commands: nvm use

This command triggers the node version switch specified in the .nvmrc file Read more about NVM

then: npm install or yarn install

Step 3

Create a copy of .env.example file and rename it to .env.local: cp .env.example .env.local

Update DRUPAL_BASE_URL in .env.local file.

Step 4

Enable and set the newly created theme as default theme. drush en archipelago_subtheme_dcpl -y drush config-set system.theme default archipelago_subtheme_dcpl -y

Step 5

Run the following command to compile Sass and watch for changes: npm run watch or respectively yarn watch.