RAWR browser extension for the rda tiger project
This browser extension is responsible for annotating resources on the web and attaching controlled vocabulary metadata. The annotations will then be stored in the search and discovery facility on rda.dansdemo.nl.
. Install the required packages
pnpm install
Set the right enviorment vairable:
Note: The VITE_API_KEY
should have the same value as set in the rda-storage-service.
VITE_API_ENDPOINT=http://localhost:3000/annotations
VITE_API_KEY=your_api_key
Build the extension
pnpm build
# Can also be run in watch mode
pnpm build:watch
Install the extension in Chrome:
- Open the Chrome browser
- Go to the Extensions page (chrome://extensions)
- Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the dist/ directory in this project