# Contributing
## Install the project

```
git clone
nvm use
npm install
npm run typings
npm start
```

## Before creating a merge request
```
npm test
```
