1.4 KiB
1.4 KiB
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. |