Add Gutenberg & WooCommerce prereq to the README (https://github.com/woocommerce/woocommerce-admin/pull/1)
* Add Gutenberg prereq to the README I installed `woo-dash` without Gutenberg installed and ended up getting a fatal error. We should probably fix that as well/handle that better, but if we are going to rely on Gutenberg for the feature plugin we should mention it in the README. * Add mention of WooCommerce as a prereq
This commit is contained in:
parent
05dacbe212
commit
4718475e8a
|
@ -2,6 +2,10 @@
|
|||
|
||||
This is a feature plugin for a modern, javascript-driven dashboard for WooCommerce.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
[Gutenberg](https://wordpress.org/plugins/gutenberg/) and [WooCommerce](https://wordpress.org/plugins/woocommerce/) should be installed prior to activating the WooCommerce Dashboard feature plugin.
|
||||
|
||||
## Development
|
||||
|
||||
After cloning the repo, install dependencies with `npm install`. Now you can build the files using one of these commands:
|
||||
|
|
Loading…
Reference in New Issue