2019-12-15 22:59:35 +00:00
|
|
|
# {{extension_name}}
|
|
|
|
|
|
|
|
A WooCommerce Admin Extension
|
|
|
|
|
|
|
|
## Development
|
|
|
|
|
|
|
|
To get started, run the following commands:
|
|
|
|
|
|
|
|
```text
|
2023-08-16 00:12:33 +00:00
|
|
|
npm install
|
|
|
|
npm start
|
2019-12-15 22:59:35 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
See [wp-scripts](https://github.com/WordPress/gutenberg/tree/master/packages/scripts) for more usage information.
|