- Follow the instructions from the main README to get the rest of the project up and running.
- Run
docker compose -f chrome_extension/docker-compose.yml run node npm run build
. - Load the unpacked extension from
chrome_extension/dist
.- Go to your Chrome Extensions page.
- Enable "Developer mode" by toggling the switch on the top right corner of the page.
- Click on "Load unpacked" button, select the
chrome_extension/dist
directory from this project. Google Photos Deduper should now appear as an extension in the list.