# CONTRIBUTING

Anyone can contribute to the Striven Report Builder client for Node.

## Getting Started

Setting up your development environment.

```sh
$ npm install && npx webpack 
```

```sh
$ npm link
```

```sh
$ cd demo && npm link @striven-erp/reportbuilder-js
```
