A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine.
Go to file
Rebecca Scott ec0d912075 Add admin notes helper, stuck on using @woocommerce/data 2021-02-28 19:02:27 +10:00
src Add admin notes helper, stuck on using @woocommerce/data 2021-02-28 19:02:27 +10:00
.eslintrc.js set up empty plugin 2021-02-22 12:16:59 +10:00
.gitignore Add to the tools menu 2021-02-23 15:30:49 +10:00
.prettierrc.json set up empty plugin 2021-02-22 12:16:59 +10:00
README.md set up empty plugin 2021-02-22 12:16:59 +10:00
package-lock.json Add admin notes helper, stuck on using @woocommerce/data 2021-02-28 19:02:27 +10:00
package.json Add admin notes helper, stuck on using @woocommerce/data 2021-02-28 19:02:27 +10:00
plugin.php Add admin notes helper, stuck on using @woocommerce/data 2021-02-28 19:02:27 +10:00
webpack.config.js set up empty plugin 2021-02-22 12:16:59 +10:00
woocommerce-admin-test-helper.php Add admin notes helper, stuck on using @woocommerce/data 2021-02-28 19:02:27 +10:00

README.md

WooCommerce Admin Test Helper

A plugin that makes it easier to test the WooCommerce Admin plugin.

Development

To get started, run the following commands:

npm install
npm start

See wp-scripts for more usage information.