0
stars
0
forks
source link
Development
- Start Forbole X web app in port 3000
- Copy
.env
file to a new file .env.local
and change REACT_APP_WEB_APP_BASE_URL
value to http://localhost:3000
- Run
yarn build
to build the app and generate build
folder
- Go to chrome://extensions and enable Developer mode
- Click "Load Unpacked" and select the
build
folder
- The extension will then be added to chrome. Pin the extension to chrome toolbar and click on it to see the UI
- Run
yarn start
to start the app on web and it will trigger the extension to show a popup