Installation¶
The installation of MageObsidian consists of two main parts: the components, which are already available, and the theme, which is still under development.
MageObsidian Components¶
The components are the core of MageObsidian, designed to provide a modern and efficient frontend for Magento. Follow these steps to install them:
1. Install via Composer¶
Use Composer to add the components to your project:
2: Install Node Dependencies¶
Ensure all necessary node dependencies are installed:
pnpm¶
npm¶
3. Configure Magento¶
Update Magento's configuration to register the components:
4. Generate initial configuration¶
Run the following command to generate the initial configuration for the frontend components:
5. Ready to develop¶
The components are configured and ready to be used in your project! You can now start developing your theme with the modern tools offered by MageObsidian Components.
Note: The install includes the optional Twig engine by default (a
.twigengine alongside.phtml). It changes nothing about your existing.phtmltemplates; if you don't want it, disable it withbin/magento module:disable MageObsidian_ModernFrontendTwig.
More Information¶
For more details on customizing the components, starting theme development, and understanding all the benefits and advantages, see the Detailed Components Documentation.
MageObsidian Theme¶
The theme based on MageObsidian Components is still under development and is not yet available for installation. Once completed, it will provide a modern, SEO-friendly, and highly customizable design for Magento stores.
Current Status¶
- The design is in progress and will be available soon.
- In the meantime, you can explore the components to start building custom solutions.
More Information¶
For more information about the theme, visit the Theme section.