A WordPress plugin sending email notifications to subscribers when a new post is published.
This plugin available on wordpress.org. Please use the version from wordpress.org for production.
The version hosted on GitHub is the development version and by itself not able to run in your WordPress installation. To use this version, you will need Git, Node, Composer and Webpack installed and of course a running installation of WordPress.
git clone git@github.com:nstaeger/wp-post-email-notification.gitinto the plugins-folder of your WordPress installationcd wp-post-email-notification/composer installto install php dependenciesnpm installto install JS dependencieswebpackto compile the JS files- Activate the plugin in the WordPress plugin administration panel
Gulp is used to build an installable bundle, but not required for development.