woocommerce/plugins/woocommerce-blocks/docs/contributors
Mike Jolley 340cf01255 Update documentation indexes and add checkout docs (https://github.com/woocommerce/woocommerce-blocks/pull/2720)
* Fix existing indexes

* Update indexes

* Stock docs
2020-06-16 16:50:09 +01: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 Add theming docs (https://github.com/woocommerce/woocommerce-blocks/pull/2691) 2020-06-11 19:38:31 +02:00
getting-started.md Update references to use main 2020-06-16 10:38:19 +01:00
javascript-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
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.