Installation for Contributors - mcspronko/liqpay-magento2 GitHub Wiki
Installation for Contributors
Please follow the modman guide to install the modman package manager.
Once installed, navigate to your Magento 2 application and run the modman init
command.
- Then, execute
modman clone [email protected]:mcspronko/liqpay-magento2.git
command.
You should see that extensions are installed into the app/code/Pronko
directory.
-
Run
bin/magento setup:upgrade
command. -
Create a new git branch, where you are going to work on the code changes.
You are all set for development.