mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
| .. | ||
| src/harper | ||
| .editorconfig | ||
| .gitignore | ||
| harper.php | ||
| package.json | ||
| README.md | ||
| screenshot.png | ||
Harper for WordPress
This repository contains the WordPress plugin for Harper. It is a work-in-progress. Here be dragons!
Compiling from Source
The Harper plugin uses the standard build tooling available for WordPress plugins.
yarn install # Install dependencies
yarn build # Build the plugin
yarn plugin-zip # Package the plugin into an installable ZIP file
