WP Presenter Pro
Documentation
Gutenberg Devs
- Clone the repository
- Run
npm install
- Edit the block in
src/blocks
- To develop run:
npm run start
- To build for deployment run:
npm run build && wp i18n make-pot . languages/wp-presenter-pro.pot --exclude="/src/js,src/block"