# Contributing

**Install:**
  - clone this repo
  - ```npm install```

**Run demos:**
 - ```npm start```

**Build:**
  - ```npm run lib```

**Test:**
  - ```npm test```

**Test coverage:**
  - ```npm run coverage```

**Lint:**
  - ```npm run lint```

Please follow ```.eslintrc```.
