# Contributing to Zenvia SDK for Node.js

Thank you for choosing to contribute to this project.

See our contributors [here](https://github.com/zenvia/zenvia-sdk-node/graphs/contributors).



## Some Tips

* Knowledge with the [git](https://git-scm.com/) command is important.
* Run and create new tests before opening pull request.



## Getting Started

**1.** Clone the repository.

```shell
git clone https://github.com/zenvia/zenvia-sdk-node.git
```

**2.** Install the dependencies.

```shell
npm install
```

**3.** Run the lint.

```shell
npm run lint
```

**4.** Run the tests.

```shell
npm run test
```

**5.** Run the build.

```shell
npm run build
```
