bamadesigner / conference-schedule-wpcampus

A WordPress plugin to help you create a simple conference schedule.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conference Schedule

I originally created this plugin for the HighEdWeb Association regionals to display their schedule online.

You can see the plugin in action on the HighEdWeb New England website, on the WPCampus 2016 website, and on the WPCampus Online website.

For Development

  1. Ensure node.js is installed in your environment.
  2. Clone the repo.
  3. Open the repo in your terminal.
  4. Run npm install to install all of the npm dependencies.
  5. Run composer install to install all of the composer dependencies.
    • If you have any issues related to composer or PHPCS, run composer install again.
  6. Run gulp to run all of your default Gulp tasks.
    • Run gulp test to test the plugin code for errors.
    • Run gulp compile to compile assets.
    • Run gulp translate to compile the internationalization files.
    • Run gulp watch to watch for file changes.

About

A WordPress plugin to help you create a simple conference schedule.


Languages

Language:PHP 63.9%Language:JavaScript 24.0%Language:SCSS 12.1%