woocommerce/plugins/woocommerce-blocks/docs/contributors
Niels Lange ad50a0e7d2 Add file and folder structure documentation (https://github.com/woocommerce/woocommerce-blocks/pull/4754)
* Add file and folder structure documentation

* Update docs/contributors/folder-structure.md

Co-authored-by: Mike Jolley <mike.jolley@me.com>

* Update docs/contributors/folder-structure.md

Co-authored-by: Mike Jolley <mike.jolley@me.com>

* Update docs/contributors/folder-structure.md

Co-authored-by: Mike Jolley <mike.jolley@me.com>

* Update description for atomic blocks in folder documentation

* Update description for base blocks in folder documentation

Co-authored-by: Mike Jolley <mike.jolley@me.com>
2021-10-08 22:10:05 +07:00
..
README.md Improve smoke testing docs (https://github.com/woocommerce/woocommerce-blocks/pull/3351) 2020-11-03 11:40:26 -05:00
block-assets.md Document and update naming of Block Asset Handles (https://github.com/woocommerce/woocommerce-blocks/pull/4324) 2021-06-09 15:09:42 +01:00
coding-guidelines.md Rename js/components to js/editor-components (https://github.com/woocommerce/woocommerce-blocks/pull/3069) 2020-09-02 10:21:46 +02:00
components.md Change default branch name to trunk (https://github.com/woocommerce/woocommerce-blocks/pull/3199) 2020-09-26 13:28:16 -04:00
css-build-system.md Update build system docs (https://github.com/woocommerce/woocommerce-blocks/pull/4762) 2021-09-16 17:58:03 +02:00
documentation-guidelines.md Add documentation guidelines (https://github.com/woocommerce/woocommerce-blocks/pull/4893) 2021-10-08 11:54:52 +07:00
folder-structure.md Add file and folder structure documentation (https://github.com/woocommerce/woocommerce-blocks/pull/4754) 2021-10-08 22:10:05 +07:00
getting-started.md Update getting-started.md (https://github.com/woocommerce/woocommerce-blocks/pull/4499) 2021-07-26 14:25:24 +02:00
javascript-testing.md Fix cart and checkout frontend e2e tests (https://github.com/woocommerce/woocommerce-blocks/pull/4199) 2021-05-16 18:41:34 +01:00
js-build-system.md Update js-build-system.md 2021-10-04 11:35:01 +07: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.
JavaScript Testing This doc explains how to run automated JavaScript tests.
Developing Components (& Storybook) This doc outlines where our reusable components live, and how to test them in Storybook.
Block Script Assets This doc explains how Block Script Assets are loaded and used.
JS build system This doc explains how JavaScript files are built.
CSS build system This doc explains how CSS is built.