Skip to content

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:

composer require mage-obsidian/component-modern-frontend

2: Install Node Dependencies

Ensure all necessary node dependencies are installed:

pnpm

pnpm --prefix vite install

npm

npm --prefix vite install

3. Configure Magento

Update Magento's configuration to register the components:

bin/magento setup:upgrade

4. Generate initial configuration

Run the following command to generate the initial configuration for the frontend components:

bin/magento obsidian:frontend:config --generate

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.

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.