The ultimate meme machine in form of a chrome extension for making instant memes online.
Current version: 0.1.8
If you find this application much useful, show your support by all means
- Share this app on all social platforms as much as possible.
- Follow @MemefyThis on Twitter for more updates and share your memes created from my app.
- Send feedbacks/suggestions with ❤️ or 💀 by tweeting to @CreativeBakchod a.k.a The Savior Meme-Maker.
- Fork this repo and clone it on your system.
- Make sure that you're using node version v18.7.0 for this application. Use nvm for switching to this node versions.
- Install all the required dependencies by running
npm install. - Create a new branch out off
masterfor your fix/feature by runninggit checkout -b new-feature. - Build this project by running the following commands
grunt dev- This createsdistfolder containing unminified files for the chrome extension and a watcher task.grunt build- This createsdistfolder containing minified files for the chrome extension and its compressed.zipfile (only for admin purpose).
- Install in your chrome by loading the generated
distfolder as an unpacked extension.
- Do not fix multiple issues in a single commit. Keep them one thing per commit so that they can be picked easily in case only few commits require to be merged.
- Before submitting a patch, rebase your branch on upstream
masterto make life easier for the merger. - Make sure to disable the original downloaded
Memefy Thisextension while testing the local unpacked version.
MIT Licensed
Featured on Product Hunt and Hacker News
Copyright (c) 2024 Ashish Bardhan, ashbardhan.github.io
