react-all-player
Version:
react-all-player is a simple, lightweight, accessible and customizable React media player that supports modern browsers.
28 lines (19 loc) • 731 B
Markdown
Thanks for contributing to react-all-player!
```bash
git clone https://github.com/asadbek064/ReactVidPlayer.git
cd ReactVidPlayer
npm install
npm start
cd example
npm start
open http://localhost:3000
```
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.
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
```