- Follow the steps inside the compose repository
-
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.
- Make sure you're running on port
- Open Chrome and navigate to
chrome://extensions
- Activate the
Developer mode
toggle menu and clickLoad unpacked
- Navigate to the local folder containing the extension code (
./chrome-extension/chrome-extension
) and clickOk
- Assuming there are no errors, the extension should load into your browser
Or follow step 2 of the following guideline