# Contributing

Thanks for being willing to contribute!

> First time contributing to an open source project on GitHub? Check out this [free video tutorial](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github).

## Setup

Install dependencies:

```bash
npm install
```

To make sure everything is working:

```bash
npm run validate
```
