Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 706 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 706 Bytes

Contributing to NetPlayer

Thanks for contributing to NetPlayer!

Install

git clone https://github.com/hoangvu12/netplayer.git
cd netplayer
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