Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 422 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 422 Bytes

Contribute to this project!

To get started contributing to this project:

  1. Clone this repository.
  2. Run npm install in your local checkout.

To build this project (generate /dist files):

  1. Run npm run build.
  2. Optionally lint your files by running npm run lint.

There is a pre-commit hook configured to automatically build the dist directory and a pre-push hook that automatically runs npm run lint.