Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.04 KB

CONTRIBUTING.md

File metadata and controls

60 lines (38 loc) · 1.04 KB

CONTRIBUTING

Contributions are always welcome, no matter how large or small!

Setup

Install yarn on your system: https://yarnpkg.com/en/docs/install

Install dependencies

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

Run locally

$ yarn dev

Available scripts

dev

Starts the development server.

Usage

$ yarn dev

build

Builds the package for distribution.

Usage

yarn build

Pull Requests

We actively welcome your pull requests even if you are a beginner!

  1. Fork the repo.
  2. Create a branch from master.
  3. If you've changed APIs, update the documentation.
  4. PR should be reviewed by two maintainers prior to merging.

License

By contributing to react-hubspot-form, you agree that your contributions will be licensed under its MIT license.