You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and unzip it. Download the `-chrome-` version for Chrome, Vivaldi, or Edge.
29
+
Download `-firefox-` for Firefox.
29
30
30
31

31
32
@@ -43,6 +44,20 @@ Then in the extension settings, enable developer mode and click
43
44
44
45
Have any suggestions? [Open an issue](https://github.com/SeriousBug/devpod-browser-extension/issues) and I'll do my best to work on it.
45
46
47
+
## Build
48
+
49
+
To build the extension yourself, you'll need NodeJS 22 or later. Run `npm install` to install the dependencies, then `npm run build` to build the
50
+
extension. You should get two files, `devpod-ext-chrome-x.y.z.zip` and `devpod-ext-firefox.x.y.z.zip`.
51
+
52
+
## Develop
53
+
54
+
Contributions are welcome! To develop the extension, using NodeJS 22 or later run `npm install`, then `npm run dev`. This will start the development server, and try to launch Chrome using a clean profile and with the extension preloaded.
55
+
56
+
You can develop the extension inside a devcontainer, a devcontainer
57
+
configuration is provided. However, the browser launch won't work and
58
+
auto-reload also does not seem to function properly. If you can figure out these
59
+
issues, please let me know!
60
+
46
61
## Disclaimer
47
62
48
63
This browser extension is not an official DevPod project. It is not affiliated
0 commit comments