1.0.1 • Published 2 years ago

@snowdog/create-alpaca-theme v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Create Alpaca Theme

Quickly create Magento 2 Child Theme based on Snowdog Alpaca Theme.

Requirements

  • Working and valid Magento 2.4 instance.
  • Node >= 16.

Quick Overview

  • Run from Magento project root directory:
    npx @snowdog/create-alpaca-theme
  • Select installation options.

After installation is completed:

  • Go to Admin Panel -> Content -> Design -> Configuration and choose your theme.
  • Run yarn dev in app/design/frontend/VENDOR_NAME/CHILD_THEME_NAME/Snowdog_Components directory to see components in Fractal environment.

What it does?

User guide

Useful Links

Testing and local development

  • Clone this repository
  • Change name of package in package.json to create-alpaca-theme
  • Install package globally: npm install -g
  • Link command running npm link
  • Run npx create-alpaca-theme from Magento project root directory

Troubleshooting


2022 Snowdog