Chrome extension to darkn Facebook Messenger
Add to Chrome here!
- ES6
- Gulp
- Sass
Clone the repo and install the packages.
$ git clone git@github.com:andrewjungg/darkn.git
$ npm i
Run gulp to minify and watch.
$ gulp
Run gulp build to just minify.
$ gulp build
Run gulp watch to just watch.
$ gulp watch
- Create a new branch
git checkout -b YOUR-NEW-BRANCH - Add your changes
git add CHANGED-FILESorgit add -A - Commit your changes
git commit -m 'Added YOUR NEW FEATURE' - Push your branch
git push -u origin YOUR-NEW-BRANCH - Send me a pull request
Feel free to open up an issue and I'll try to fix it ASAP. Or if you think you know the fix please feel free to create a branch and send a pull request!
- @ifalluphill for help with the script
- @jackforbes for the icon
