Skip to content

Commit 2e9236b

Browse files
authored
feat: update template's readmes with instruction how to run the extension in the browser (#3)
* feat: update template's readmes with instruction how to run the extension in the browser * Create ten-cooks-notice.md
1 parent 2ce357b commit 2e9236b

File tree

9 files changed

+31
-10
lines changed

9 files changed

+31
-10
lines changed

.changeset/ten-cooks-notice.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-crxjs": minor
3+
---
4+
5+
feat: update template's readmes with instruction how to run the extension in the browser

template-react-ts/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ npm install
2424
npm run dev
2525
```
2626

27-
3. Build for production:
27+
3. Open Chrome and navigate to `chrome://extensions/`, enable "Developer mode", and load the unpacked extension from the `dist` directory.
28+
29+
4. Build for production:
2830

2931
```bash
3032
npm run build

template-react/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ npm install
2323
npm run dev
2424
```
2525

26-
3. Build for production:
26+
3. Open Chrome and navigate to `chrome://extensions/`, enable "Developer mode", and load the unpacked extension from the `dist` directory.
27+
28+
4. Build for production:
2729

2830
```bash
2931
npm run build

template-solid-ts/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ This template helps you quickly start developing Chrome extensions using Solid,
1818
npm install
1919
```
2020

21-
2. Start the development server:
21+
2. Start development server:
2222

2323
```bash
2424
npm run dev
2525
```
2626

27-
3. Build the production version:
27+
3. Open Chrome and navigate to `chrome://extensions/`, enable "Developer mode", and load the unpacked extension from the `dist` directory.
28+
29+
4. Build for production:
2830

2931
```bash
3032
npm run build

template-solid/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ This template helps you quickly start developing Chrome extensions using Solid,
1717
npm install
1818
```
1919

20-
2. Start the development server:
20+
2. Start development server:
2121

2222
```bash
2323
npm run dev
2424
```
2525

26-
3. Build the production version:
26+
3. Open Chrome and navigate to `chrome://extensions/`, enable "Developer mode", and load the unpacked extension from the `dist` directory.
27+
28+
4. Build for production:
2729

2830
```bash
2931
npm run build

template-svelte-ts/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ npm install
2424
npm run dev
2525
```
2626

27-
3. Build for production:
27+
3. Open Chrome and navigate to `chrome://extensions/`, enable "Developer mode", and load the unpacked extension from the `dist` directory.
28+
29+
4. Build for production:
2830

2931
```bash
3032
npm run build

template-svelte/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ npm install
2323
npm run dev
2424
```
2525

26-
3. Build for production:
26+
3. Open Chrome and navigate to `chrome://extensions/`, enable "Developer mode", and load the unpacked extension from the `dist` directory.
27+
28+
4. Build for production:
2729

2830
```bash
2931
npm run build

template-vue-ts/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ npm install
2424
npm run dev
2525
```
2626

27-
3. Build for production:
27+
3. Open Chrome and navigate to `chrome://extensions/`, enable "Developer mode", and load the unpacked extension from the `dist` directory.
28+
29+
4. Build for production:
2830

2931
```bash
3032
npm run build

template-vue/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ npm install
2323
npm run dev
2424
```
2525

26-
3. Build for production:
26+
3. Open Chrome and navigate to `chrome://extensions/`, enable "Developer mode", and load the unpacked extension from the `dist` directory.
27+
28+
4. Build for production:
2729

2830
```bash
2931
npm run build

0 commit comments

Comments
 (0)