Skip to content

Commit

Permalink
Readme dev instructions update
Browse files Browse the repository at this point in the history
  • Loading branch information
Stvad committed Jan 2, 2023
1 parent 8123093 commit 0315a91
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 0315a91

Please sign in to comment.