Provides a browser extension for the Qlty platform.
npm install && npm run buildYou can also run npm run watch for continuous development.
To load the extension in Chrome:
- Go to
chrome://extensions. - Enable "Developer mode".
- Click "Load unpacked".
- Select the built
dist/directory in the repository.
You can follow instructions in the Chrome Extension Developer Documentation for more details.