To install dependencies:
bun installTo run:
bun run watchThis will build the project and will rebuild it if you want to edit config.ts.
To add the extension to Chrome:
- Open Chrome and navigate to
chrome://extensions/. - Enable "Developer mode" in the top right.
- Click "Load unpacked" and select the
distfolder.
This project was created using bun init in bun v1.1.33. Bun is a fast all-in-one JavaScript runtime.