A collection of examples for WordPress Developer Hours.
- Set up a local WordPress development environment.
- Clone / download this repository into the
wp-content/plugins
folder. - Navigate to the
wp-content/plugins/developer-hours-examples
folder in the command line. - Run
npm install
to install the plugin's dependencies within a/node_modules/
folder. - Run
npm run start
to compile and watch source files for changes while developing.
Refer to package.json
for additional commands.