@@ -253,22 +253,37 @@ Skip Credits and Watch Credits are mutally exclusive, but you can turn both of t
253253
254254- ` npm install -g pnpm ` install pnpm. npm is also possible but pnpm is recommended
255255- ` pnpm install ` install all required packages
256- - ` pnpm build ` build firefox and chrome zip files in dist folder
257- - ` pnpm web-ext ` run the extension in firefox
258- - ` pnpm chrome ` run the extension in chrome
256+ - ` pnpm build ` build firefox and chrome zip files for release.
259257
260- This extension was built with the template [ vite-vue3-browser-extension-v3] ( https://github.com/mubaidr/vite-vue3-browser-extension-v3 )
258+ This extension is based on the template [ vite-vue3-browser-extension-v3] ( https://github.com/mubaidr/vite-vue3-browser-extension-v3 )
261259
262- ### Further Commands
260+ ### Building with live reload
263261
264- - ` pnpm dev ` hot build with sourcemaps and w/o minification for both
265- - ` pnpm dev:chrome ` hot build with sourcemaps and w/o minification for chrome
266- - ` pnpm dev:firefox ` hot build with sourcemaps and w/o minification for firefox
267- - ` npm run start-android ` start on firefox android
262+ - ` pnpm dev ` build both chrome and firefox files
263+ - ` pnpm dev:chrome ` build only chrome files
264+ - ` pnpm dev:firefox ` build only firefox files
265+
266+ ### Open in Browser with live reload
267+
268+ - ` pnpm web-ext ` Open in firefox.
269+ - ` pnpm chrome ` Open in chrome.
270+ - ` pnpm firefox ` Open in firefox with permanent firefox profile
271+ - ` pnpm start-android ` start on firefox android
272+
273+ ### Running unit tests
274+
275+ - ` pnpm test ` run all tests with live reload
276+ - ` pnpm test:coverage ` run coverage report
277+
278+ ### Formatting and Linting Commands
279+
280+ - ` pnpm format ` run prettier on all files
281+ - ` pnpm lint ` run esLint
282+ - ` pnpm lint:manifest ` web-ext lint manifest files
268283
269284Further documentation is [ here] ( develop.md )
270285
271- ## Open the Extension without web-ext
286+ ## Open the Extension without web-ext/live reload
272287
273288## Chrome
274289
0 commit comments