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 dev
to both bootstrap and run the development server.
$ git clone https://github.com/escaladesports/react-hubspot-form
$ cd react-hubspot-form
$ yarn
$ yarn dev
Starts the development server.
$ yarn dev
Builds the package for distribution.
yarn build
We 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.