Hyvä Addon Installation Guide
Follow the steps below for Hyvä installation:
Step 1: Install the main package of the extension.
Step 2: Contact our support team for the Hyvä package.
Raise a support ticket at – https://magecomp.freshdesk.com/
Step 3: Replace & Merge the main package with the Hyvä package.
If you have installed the main package manually, then extract the zip files from the below path
{{Magento Root Path}} /app/code/Magecomp/{{Your Extension}}/
If you have installed the main package with composer, then extract the zip files from the below path
{{Magento Root Path}} /vendor/magecomp/{{Your Extension}}/
Step 4: Execute the following commands to restore styles.
NOTE - npm must be installed in your system.
php bin/magento hyva:config:generate -fFor Hyvä version 1.3.20 and older versions
npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ ci
npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ run build-prodFor Hyvä version 1.4.0 and higher versions
npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ ci
npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ run buildLast updated