Suggestions and pull requests are highly encouraged! Have a look at the open issues.
- You will need to be familiar with npm to build this extension.
- The extension can be loaded into Chrome or Firefox manually (See notes below)
- All the latest DOM APIs and JavaScript features are available because the extension only has to work in recent versions of Chrome and Firefox. 🎉
First clone:
git clone https://github.com/spookyuser/hacker-reads/
cd hacker-reads
npm install
When working on the extension or checking out branches, use this to have it constantly build your changes:
npm run watch # Listen for file changes and automatically rebuild
Then load or reload it into the browser to see the changes (this does not happen automatically).
Once built, load it in the browser of your choice:
Chrome | Firefox |
---|---|
|
web-ext run :
npm run start:firefox |
This document is adapted from refined-github/contributing.md