https://github.com/genaker/reactluma
Don't use it it doesn't work
https://github.com/genaker/reactluma
Last synced: about 1 year ago
JSON representation
Don't use it it doesn't work
- Host: GitHub
- URL: https://github.com/genaker/reactluma
- Owner: Genaker
- License: gpl-3.0
- Created: 2022-02-11T17:36:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-23T02:42:23.000Z (over 4 years ago)
- Last Synced: 2025-03-29T00:31:24.798Z (about 1 year ago)
- Language: PHP
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
# Mage2 Module ReactLuma Theme
``reactluma/module-theme``
- [Main Functionalities](#markdown-header-main-functionalities)
- [Installation](#markdown-header-installation)
- [Configuration](#markdown-header-configuration)
- [Specifications](#markdown-header-specifications)
- [Attributes](#markdown-header-attributes)
## Main Functionalities
Theme fixes for react Luma
## Installation
\* = in production please use the `--keep-generated` option
### Type 1: Zip file
- Unzip the zip file in `app/code/ReactLuma`
- Enable the module by running `php bin/magento module:enable ReactLuma_Theme`
- Apply database updates by running `php bin/magento setup:upgrade`\*
- Flush the cache by running `php bin/magento cache:flush`
### Type 2: Composer
- Make the module available in a composer repository for example:
- private repository `repo.magento.com`
- public repository `packagist.org`
- public github repository as vcs
- Add the composer repository to the configuration by running `composer config repositories.repo.magento.com composer https://repo.magento.com/`
- Install the module composer by running `composer require reactluma/module-theme`
- enable the module by running `php bin/magento module:enable ReactLuma_Theme`
- apply database updates by running `php bin/magento setup:upgrade`\*
- Flush the cache by running `php bin/magento cache:flush`
## Configuration
## Specifications
## Attributes