- Clone the repository to a folder on your machine.
- Launch Google Chrome and go to chrome://extensions/.
- Click
Load unpacked
. - Navigate to
/src
on the command line and runyarn build
. This will build the frontend React app. - Select your
build
folder from the repository. - Activate the extension in your Google Chrome extension manager.
- You may have to run the following command in the project directory:
npx tailwindcss -i ./src/App.css -o ./dist/output.css --watch
. - Navigate to
/src/backend
on the command line and runnode index.js
. This will start the backend server locally. - In order to authenticate with Google Cloud, the extension ID is needed to be added to the Google Cloud account. Navigate to chrome://extensions/ and copy the ID listed. Please send this ID to the owner of this application (Ethan) so that it cn be registered. (Unfortunately, it is unable to work otherwise until it is registered on the Chrome web store for a price.)