Skip to content

Commit 83e7473

Browse files
committed
Update README.md
1 parent 5a2afb9 commit 83e7473

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ To make changes and test them using Gitpod itself:
2626
1. now you can test your changes
2727
1. repeat step 1 and 2 and [reload the extension](chrome://extensions/) whenever you want to test new changes
2828

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+
2937
#### Build
3038

3139
The build happens automatically when you start a workspace but if you want to build explicitly, use these commands:

0 commit comments

Comments
 (0)