Skip to content

ExpressionDetection/chrome-extension

Repository files navigation

Video Call Chrome Extension

Docker setup instructions

  • Follow the steps inside the compose repository

Manual setup instructions

  • Install NodeJS and Yarn

  • Run cd micro-facial-impressions && yarn install to install dependencies

  • You can serve the frontend by running APP_PORT=3000 && yarn run dev

    • Make sure you're running on port 3000 or change the url from the chrome extension.

To run the chrome extension locally:

  • Open Chrome and navigate to chrome://extensions
  • Activate the Developer mode toggle menu and click Load unpacked
  • Navigate to the local folder containing the extension code (./chrome-extension/chrome-extension) and click Ok
  • Assuming there are no errors, the extension should load into your browser

Or follow step 2 of the following guideline

About

Chrome extension that communicates with micro-services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published