Do you want to improve pleex? start contributing : D
Last updated 4 years ago
$ 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