# Contributing to react-all-player

Thanks for contributing to react-all-player!

## Install

```bash
git clone https://github.com/asadbek064/ReactVidPlayer.git
cd ReactVidPlayer
npm install # or yarn
npm start # or yarn start
cd example
npm start # or yarn start
open http://localhost:3000
```

## `dist` files

There is **no need** to build or commit files in `dist` after making changes. The `dist` files will be automatically built and committed when new versions are released, so your changes will be included then.

## Linting

This project uses [standard](https://github.com/feross/standard) code style. Be sure to lint the code after making changes and fix any issues that come up.

```bash
npm run lint # or yarn lint
```
