The ultimate meme machine in form of a chrome extension for making instant memes online.
Current version: 0.1.7
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
yarn install
. - Create a new branch out off
master
for your fix/feature by runninggit checkout -b new-feature
. - Build this project by running the following commands
grunt dev
- This createsdist
folder containing unminified files for the chrome extension and a watcher task.grunt build
- This createsdist
folder containing minified files for the chrome extension and its compressed.zip
file (only for admin purpose).
- Install in your chrome by loading the generated
dist
folder 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
master
to make life easier for the merger. - Make sure to disable the original downloaded
Memefy This
extension while testing the local unpacked version.
MIT Licensed
Featured on Product Hunt and Hacker News
Copyright (c) 2024 Ashish Bardhan, ashbardhan.github.io