16 lines
264 B
Markdown
16 lines
264 B
Markdown
|
# {{extension_name}}
|
||
|
|
||
|
A WooCommerce Admin Extension
|
||
|
|
||
|
## Development
|
||
|
|
||
|
To get started, run the following commands:
|
||
|
|
||
|
```text
|
||
|
npm install
|
||
|
npm start
|
||
|
```
|
||
|
|
||
|
See [wp-scripts](https://github.com/WordPress/gutenberg/tree/master/packages/scripts) for more usage information.
|
||
|
|