Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 651 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 651 Bytes

Getting started

  • Ensure you have node version 16 installed (suggestion: v16.5).
  • Ensure if you are using Windows to use the Windows Subsystem for Linux (WSL).
  • Run yarn build directory to build the addon.

The yarn build & yarn build:watch scripts will build run tsc to build the addon typescript files into javascript in the dist folder.

Verification

You can always run yarn storybook to start a local storybook version that uses the addon. This will allow you to test the code you are adding to the repo.

Pull requests

All pull requests and issues are welcome, feel free to submit, please follow conventional commit messages.