Skip to content

Wordpress plugin for integration of Disciple Tools and Maarifa systems.

License

Notifications You must be signed in to change notification settings

maarifa-org/dt-maarifa

Repository files navigation

Build Status

Disciple Tools - Maarifa

Wordpress plugin for integration of Disciple Tools and Maarifa systems.

Setup

  • Composer

    • Install via Homebrew or run Installer:
      $ brew update
      $ brew install composer
    • Run Composer to install dependencies
      $ composer install
  • PHP Code Sniffer

    • Run composer run lint to see list of PHP format errors
    • Run composer run lintfix to auto-fix all possible format errors