We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d581ab2 commit de892aaCopy full SHA for de892aa
1 file changed
DEVELOPMENT_NOTES.md
@@ -17,6 +17,19 @@ All the build files can be found in `/dist` folder.
17
18
* `npm run build`
19
20
+### Debug ###
21
+* Chrome
22
+ 1. Go to `chrome://extensions/` page
23
+ 2. Enable development mode on upper right coner
24
+ 3. Load unpack and select `/dist` folder
25
+
26
+* Firefox
27
+ 1. Go to `about:debugging#/runtime/this-firefox` page
28
+ 2. Choose `Load Temporary Add-on`
29
+ 3. Select `manifest.json` inside `/dist` folder
30
31
32
### Pack Extension ###
-TBC
33
+* Chrome: Zip all content inside `/dist` folder after build, upload the zip file to webstore
34
+* Firefox: TBC
35
0 commit comments