Skip to content
Frank Corso edited this page Sep 17, 2020 · 15 revisions

Welcome to the Popup Maker wiki!

This wiki is for anyone who is looking to contribute to or extend Popup Maker. Inside, you will find guides for setting up your local environment and your IDE. Additionally, you will find documentation on how the concepts within Popup Maker work and how to extend all of the systems.

Getting Started

We recommend starting with the Setting up your local environment page. From there, we have guides on setting up popular IDE's:

  1. Setting Up Your PHPStorm Environment
  2. Review Popup Maker's gulp tasks
  3. Review our contributing guidelines to learn about our commit style and how we handle issues and PRs

How Popup Maker Works

If you are looking to contribute to the code, here are some pages that explain how Popup Maker works:

  1. Alerts
  2. Logging
  3. Triggers

Extending Popup Maker

If you are looking to extend or build upon Popup Maker, here are some recommended guides for doing so:

  1. Popup Maker jQuery API
  2. Adding An Alert
  3. Logging To The Debug Log
  4. Adding A Trigger