A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine.
Go to file
Rebecca Scott 5929b678b0 Add tab panel for main navigation 2021-02-26 13:48:05 +10:00
src Add tab panel for main navigation 2021-02-26 13:48:05 +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 tab panel for main navigation 2021-02-26 13:48:05 +10:00
package.json Add tab panel for main navigation 2021-02-26 13:48:05 +10:00
plugin.php Set up react app 2021-02-23 16:28:11 +10:00
webpack.config.js set up empty plugin 2021-02-22 12:16:59 +10:00
woocommerce-admin-test-helper.php Add tab panel for main navigation 2021-02-26 13:48:05 +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.