The Old Reader Bookmark addin for Firefox
https://addons.mozilla.org/fr/firefox/addon/the-old-reader-bookmark/
All contributions are welcome :)
Require npm
.
Clone the repo and run npm install
.
It will install typescript
and web-ext
globally if not already installed, if you prefer to install them locally, modify the package.json
accordingly.
run npm test
.
By default it's Firefox Developer Edition which is used, you can change that in the web-ext:run
scripts in package.json
.
run npm run build
.