# CONTRIBUTINGAnyone can contribute to the StrivenReportBuilder client forNode.
## Getting StartedSetting up your development environment.
```sh
$ npm install && npx webpack
``````sh
$ npm link
``````sh
$ cd demo && npm link @striven-erp/reportbuilder-js
```