mnylc/archipelago_subtheme_dcpl
Composer 安装命令:
composer require mnylc/archipelago_subtheme_dcpl
包简介
Archipelago Subtheme based on Radix 6+ for DCPL
README 文档
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.
统计信息
- 总下载量: 55
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2024-11-05