Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 232 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 232 Bytes

How to Develop

  1. Create a symbolic link between this directory and the WordPress plugin directory.
  2. Go to admin/js
  3. Run npm install
  4. Run npm run watch
  5. Activate the plugin.

Now you can do your development tasks.