demo.mp4
Extension Instructions: Unfortunately, this extension has yet to be ready for production and released to the CWS (Chrome Web Store). To test the current extension please follow the instructions below:
-
Include Environment Variables (.env) for Firebase (firestore) and Auth0 credentials into both application directories (website, extension).
-
Install NPM packages:
npm install
# or
npm i-
Change into the extension folder directory.
-
Build the application:
npm run build
# or
next build-
Go to manage extensions on Chrome and click the "Developer Mode" button on the top right corner.
-
Press the "Load unpacked" button on the top left corner and load the build folder under the extensions directory.
-
Make sure the extension is turned on and press the reload button to update the extension.
-
All Done!
