Contributions are always welcome, no matter how large or small!
Install yarn on your system: https://yarnpkg.com/en/docs/install
Only required on the first run, subsequent runs can use
yarn devto both bootstrap and run the development server.
$ git clone https://github.com/escaladesports/react-hubspot-form
$ cd react-hubspot-form
$ yarn$ yarn devStarts the development server.
$ yarn devBuilds the package for distribution.
yarn buildWe actively welcome your pull requests even if you are a beginner!
- Fork the repo.
- Create a branch from
master. - If you've changed APIs, update the documentation.
- PR should be reviewed by two maintainers prior to merging.
By contributing to react-hubspot-form, you agree that your contributions will be licensed under its MIT license.