340cf01255
* Fix existing indexes * Update indexes * Stock docs |
||
---|---|---|
.. | ||
README.md | ||
block-assets.md | ||
coding-guidelines.md | ||
getting-started.md | ||
javascript-testing.md | ||
smoke-testing.md | ||
storybook.md |
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. |