Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 628 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (13 loc) · 628 Bytes

Creating a new hook

New hook

From the root of the project run yarn new. This should start the process to create a new hook and set up the package.

Current hooks fixes / updates

Make sure you have Yarn package manager installed globally on your machine.

From the root of the project:

  • run yarn install
  • run yarn run build
  • run yarn run dev

Contributing Guidelines

When adding a new hook, please make sure that

  • All hooks must contain example sandboxes and test cases

  • Readmes must contain usage snippets, codesandbox JSX embeds, arguments in a table format and must contain return values