Skip to content

Commit de892aa

Browse files
committed
Update development notes
1 parent d581ab2 commit de892aa

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

DEVELOPMENT_NOTES.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@ All the build files can be found in `/dist` folder.
1717

1818
* `npm run build`
1919

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+
2032
### Pack Extension ###
21-
TBC
33+
* Chrome: Zip all content inside `/dist` folder after build, upload the zip file to webstore
34+
* Firefox: TBC
2235

0 commit comments

Comments
 (0)