Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 731 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 731 Bytes

Contributing to react-all-player

Thanks for contributing to react-all-player!

Install

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 code style. Be sure to lint the code after making changes and fix any issues that come up.

npm run lint # or yarn lint