Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 376 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 376 Bytes

Creating a new hook

New hook

From the root of the project run yarn run create. 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