A direct link to Goodreads from Amazon.
- 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.