woocommerce/plugins/woocommerce-blocks/docs/contributors
Darren Ethier 733d29c3b9 Add section on configuring WordPress site
Includes required and recommended constants to define in wp-config.php for developing Woo Blocks.
2020-08-05 08:37:49 -04:00
..
README.md Update documentation indexes and add checkout docs (https://github.com/woocommerce/woocommerce-blocks/pull/2720) 2020-06-16 16:50:09 +01:00
block-assets.md Update references to use main 2020-06-16 10:38:19 +01:00
coding-guidelines.md Update base/components classnames (https://github.com/woocommerce/woocommerce-blocks/pull/2711) 2020-06-17 11:53:42 +02:00
getting-started.md Add section on configuring WordPress site 2020-08-05 08:37:49 -04:00
javascript-testing.md Update javascript-testing.md 2020-07-03 08:11:00 -04:00
smoke-testing.md Re-organise docs and add WP update instructions (https://github.com/woocommerce/woocommerce-blocks/pull/1691) 2020-01-31 12:48:11 +00:00
storybook.md Update references to use main 2020-06-16 10:38:19 +01:00

README.md

Contributing

This folder contains documentation for developers and contributors looking to get started with WooCommerce Block Development.

Document Description
Getting Started This doc covers tooling and creating builds during development.
Coding Guidelines This doc covers development best practices.
Smoke Testing This doc explains how to smoke test key Blocks functionality.
JavaScript Testing This doc explains how to run automated JavaScript tests.
Component Testing & Development (with Storybook) This doc explains how to use Storybook to test and develop components in isolation.
Block Script Assets This doc explains how Block Script Assets are loaded and used.