# How to contribute Bug fixes are welcome, but not new features. [See more details](https://sapegin.me/blog/healthy-open-source/). ## JavaScript code style [See here](https://github.com/tamiadev/eslint-config-tamia#code-style-at-a-glance). ## Building and running tests Install dependencies: ```bash npm install ``` Run tests: ```bash npm test ```