Please note we have a Code of Conduct, please follow it in all your interactions with the project.
Contributions are welcome and are greatly appreciated! Every little bit helps, and credit will always be given.
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
- Specific to this package:
- General rules of contribution:
To watch this package:
npm run watch # or yarn run watch
This builds to /dist
and runs the project in watch mode so any edits you save inside src
causes a rebuild to /dist
.
To do a one-off build, use npm run build
or yarn build
.