An open API service indexing awesome lists of open source software.

https://github.com/ratson/refined-lihkg


https://github.com/ratson/refined-lihkg

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Develop

First clone:

```sh
git clone https://github.com/ratson/refined-lihkg
cd refined-lihkg
yarn
```

When working on the extension or checking out branches, use this to have it constantly build your changes:

```sh
yarn 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).

## Loading into the browser

Once built, load it in the browser of your choice:


Chrome
Firefox




  1. Open chrome://extensions;

  2. Check the Developer mode checkbox;

  3. Click on the Load unpacked extension button;

  4. Select the folder refined-lihkg/distribution.





  1. Open about:debugging#addons;

  2. Click on the Load Temporary Add-on button;

  3. Select the file refined-lihkg/distribution/manifest.json.


Or you can use run this command to have Firefox automatically load and reload it through web-ext run:
yarn watch-firefox