Skip to content

Commit

Permalink
Merge branch 'master' of github-rdev:reveddit/real-time-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaksw committed Dec 18, 2019
2 parents 2da404f + 165f441 commit cb49216
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Installation

This extension can be installed directly via [Chrome](https://chrome.google.com/webstore/detail/reveddit-real-time/hickjbodophomfmdfhhnmdfbfoamcjje) or [Firefox](https://addons.mozilla.org/en-US/firefox/addon/reveddit-real-time/) or by cloning this repository and loading the dist-chrome/ or dist-firefox/ folder.

## Dev: Hot reloading

Chrome: Run `yarn start`, load `dist-dev-chrome/` in the browser, and visit a targeted content URL. Subsequent code changes will rebuild the code, reload the extension in the browser, and reload any impacted tabs.
Expand All @@ -11,3 +15,8 @@ Firefox: `yarn start-firefox`, load `dist-dev-firefox/`
## Dev: Production build

`yarn build-prod` builds Chrome and Firefox code and packages it into zip files.

## Future work

* Monitor parent comments / posts of subscribed users' comments + other subscribed comments
* Track edits to parent comments

0 comments on commit cb49216

Please sign in to comment.