Thanks for contributing to NetPlayer!
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
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 code style. Be sure to lint the code after making changes and fix any issues that come up.
npm run lint # or yarn lint