A direct link to Goodreads from Amazon.
- Clone the repo.
- Run
npm i
. - Create a
secrets.js
file in the project root with the following format
const developerKey = "GOODREADS_DEV_KEY";
export { developerKey };
-
Run
npm run build:dev
to build dev versions of the extension. These are located in/dev
. -
Run
npm run build:dist
to build production versions of the extension. These are located in/dist
.