Looped In is a browser extension that displays Hacker News comments for the current webpage in a sidebar. It is written in [ClojureScript](https://clojurescript.org).
Looped In will be available from the Chrome Web Store and the Firefox Add-ons site pending review. If you'd prefer to clone the repository and run the extension locally, read on.
To build the source code once, navigate to the project root and run:
$ lein cljsbuild once
This will output the generated JavaScript to `ext/js/generated`.
To load the extension locally in your browser, see [instructions for Firefox](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Temporary_Installation_in_Firefox) or [instructions for Chrome](https://developer.chrome.com/extensions/getstarted#unpacked).