/wp-presenter-pro

A pro-addon for adding presentations to your WordPress site using Reveal.js

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

WP Presenter Pro

Build Status

Documentation

View the Documentation

Gutenberg Devs

  1. Clone the repository
  2. Run npm install
  3. Edit the block in src/blocks
  4. To develop run: npm run start
  5. To build for deployment run: npm run build && wp i18n make-pot . languages/wp-presenter-pro.pot --exclude="/src/js,src/block"