Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 660 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 660 Bytes

How to use

  1. Install the module via composer

    Run inside the php container

    php composer.phar require "copiadigital/financial-calendar":"dev-master"
  2. Activate the module

    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';
  3. Compiling assets

    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}