To get started contributing to this project:
- Clone this repository.
- Run
npm install
in your local checkout.
To build this project (generate /dist
files):
- Run
npm run build
. - 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
.