# Contributing to Webdash

Thanks for contributing to Webdash!

It's always a good idea to create an issue before you send a PR, especially for major changes.

## Setup

```
git clone git@github.com:jadjoubran/webdash.git
cd webdash
npm install
npm run dev
```
