How to contribute
Do you want to improve pleex? start contributing : D

Fork
$ git clone https://github.com/<your username/pleex
git checkout -b [name_of_your_new_branch or feature]
npm install
npm test or jest
git add -A && git commit -m 'fix some bugs' && git push origin master
after this steps simply run git pull to pleex repo on github web interface
Last modified 3yr ago