Follow these steps to build the extension locally and load it into your browser.
git clone <your-repo-url>
cd DevopsRefinementnpm inpm run buildThis creates the production extension files in the dist/ folder.
In Chrome, go to:
chrome://extensions/
Turn on Developer mode using the toggle in the top-right corner of the Extensions page.
- Click Load unpacked
- Select the
dist/folder from this project
After that, the extension will appear in Chrome and be ready to use.
When you make changes, rebuild the project before reloading the extension:
npm run buildThen return to chrome://extensions/ and click the Reload button on the extension card.