Skip to content

Commit

Permalink
Update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
AshBardhan committed Feb 28, 2024
1 parent 19a4c56 commit 0334eb2
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@

The ultimate meme machine in form of a chrome extension for making instant memes online.

[Download](https://chrome.google.com/webstore/detail/memefy-this/iohemjpgjkgkfgfpiglpfpcclogkelcf) [View Demo](https://ashbardhan.github.io/memefy-this/)
**Current version:** 0.1.6

[Download](https://chrome.google.com/webstore/detail/memefy-this/iohemjpgjkgkfgfpiglpfpcclogkelcf) and [View Demo](https://ashbardhan.github.io/memefy-this/)

If you find this application much useful, show your support by all means

If you find it useful (I bet you will!), show your support by all means
- Share this app on all social platforms as much as possible.
- Follow [@MemefyThis](https://twitter.com/MemefyThis) on Twitter for more updates and share your memes created from my app.
- Follow [@MemefyThis](https://twitter.com/MemefyThis) on Twitter for more updates and share your memes created from my app.
- Send feedbacks/suggestions with :heart: or :skull: by tweeting to [@CreativeBakchod](https://twitter.com/CreativeBakchod) a.k.a **The Savior Meme-Maker**.

## Contributing
Expand All @@ -20,15 +23,14 @@ If you find it useful (I bet you will!), show your support by all means
- Install all the required dependencies by running `yarn install`.
- Create a new branch out off `master` for your fix/feature by running `git checkout -b new-feature`.
- Build this project by running the following commands
- `grunt dev` - This creates `dist` folder containing files (unminified version) for the chrome extension and a watcher task.
- `grunt build` - This creates `dist` folder containing files (minified version) for the chrome extension and its `.zip` file (only for admin purpose).
- `grunt dev` - This creates `dist` folder containing files (unminified version) for the chrome extension and a watcher task.
- `grunt build` - This creates `dist` folder containing files (minified version) for the chrome extension and its `.zip` file (only for admin purpose).
- Install in your chrome by loading the generated `dist` folder as an [unpacked extension](http://techapple.net/2015/09/how-to-install-load-unpacked-extension-in-google-chrome-browser-os-chromebooks/).

### Things to remember

- 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.
- **DO NOT** commit generated build files or folders in your commits. The list has been mentioned in the `.gitignore` file.
- Make sure to disable the original downloaded `Memefy This` extension while testing the local unpacked version.

### License
Expand All @@ -37,4 +39,4 @@ MIT Licensed

Featured on [Product Hunt](https://www.producthunt.com/posts/memefy-this) and [Hacker News](https://news.ycombinator.com/item?id=15618018)

Copyright (c) 2024 Ashish Bardhan, [ashbardhan.github.io](https://ashbardhan.github.io)
Copyright (c) 2024 Ashish Bardhan, [ashbardhan.github.io](https://ashbardhan.github.io)

0 comments on commit 0334eb2

Please sign in to comment.