Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 456 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 456 Bytes

Goodlink

A direct link to Goodreads from Amazon.

Build

  1. Clone the repo.
  2. Run npm i.
  3. Create a secrets.js file in the project root with the following format
const developerKey = "GOODREADS_DEV_KEY";

export { developerKey };
  1. Run npm run build:dev to build dev versions of the extension. These are located in /dev.

  2. Run npm run build:dist to build production versions of the extension. These are located in /dist.