-
Run inside the php container
php composer.phar require "copiadigital/financial-calendar":"dev-master"
-
Once the modules installed, make sure to edit the modules.php & uncomment this line of code under /web/app/theme/{name-of-the-theme}/app
modules.php
require_once get_template_directory() . '/modules/financial-calendar/financial-calendar.php';
-
To compile the financial-calendar script, you just need to run yarn & yarn start or yarn build under /web/app/theme/{name-of-the-theme}