woocommerce/packages/js/create-product-editor-block/plugin-templates/README.md.mustache

22 lines
610 B
Plaintext

# {{title}}
A WooCommerce Product Editor Block inspired by [Create Product Editor Block](https://github.com/woocommerce/woocommerce/blob/trunk/packages/js/create-product-editor-block/README.md).
## Getting Started
### Prerequisites
- [NPM](https://www.npmjs.com/)
- [Composer](https://getcomposer.org/download/)
- [wp-env](https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env/)
### Installation and Build
```
npm install
npm run build
npx wp-env start
```
Visit the Add New Product page at http://localhost:8888/wp-admin/admin.php?page=wc-admin&path=%2Fadd-product.