From 0315a91ad1a1598577392438e96a27ebddc477a7 Mon Sep 17 00:00:00 2001 From: Vladyslav Sitalo Date: Sun, 1 Jan 2023 21:41:10 -0800 Subject: [PATCH] Readme dev instructions update --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d2a879..fa12db3 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,18 @@ The project is a handful of React applications written in TypeScript. It's suffi ```Bash yarn install -yarn webpack +yarn build ``` An (unpacked) extension will be available in `dist/`. Then, you can follow the [Google guide] to install the unpacked extension in Chrome or Chromium. + +### Development mode + +The following command will run the Webpack in watch mode - rebuilding the extension on every change and reloading it in the browser. + +```Bash + +```bash +yarn watch +```