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
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,14 @@ To make changes and test them using Gitpod itself:
26
26
1. now you can test your changes
27
27
1. repeat step 1 and 2 and [reload the extension](chrome://extensions/) whenever you want to test new changes
28
28
29
+
Or, when developing locally, you can execute the following to enable hot reloading with the extension in Chrome:
30
+
31
+
```
32
+
pnpm dev
33
+
```
34
+
35
+
Then, `Load unpacked` the `build/chrome-mv3-dev` folder in Chrome and after making changes, pages will reload automatically and the changes will be reflected immediately.
36
+
29
37
#### Build
30
38
31
39
The build happens automatically when you start a workspace but if you want to build explicitly, use these commands:
0 commit comments