Goodlink
A direct link to Goodreads from Amazon. An essential browser plugin for Goodreads lovers.
Install / Use
/learn @libhide/GoodlinkREADME
Goodlink
A direct link to Goodreads from Amazon.
Build
- Clone the repo.
- Run
npm i. - Create a
secrets.jsfile in the project root with the following format
const developerKey = "GOODREADS_DEV_KEY";
export { developerKey };
-
Run
npm run build:devto build dev versions of the extension. These are located in/dev. -
Run
npm run build:distto build production versions of the extension. These are located in/dist.
