- Navigate to frontend folder.
cd frontend- Install npm packages.
npm install- Build the extension. This should create an out folder.
npm run build- Go to Google Chrome and navigate to
Manage Extensions. - At the top right corner, turn on
Developer Mode. - At the top left corner, click on
Load unpacked. - Select the out folder that was built at step 3. This should add the extension to your Google Chrome.
- To load new changes, run the build command at step 3. Then, click the reload icon on the extension in
Manage Extensions.