You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,9 +72,7 @@ This boilerplate is made for creating chrome extensions using React and Typescri
72
72
1. When you're using Windows run this:
73
73
-`git config --global core.eol lf`
74
74
-`git config --global core.autocrlf input`
75
-
<h4> This will change eol(End of line) to the same as on Linux/Mac. \
76
-
Without this, you will have conflicts with your teammates with those systems \
77
-
and our bash script won't work</h4>
75
+
#### This will change eol(End of line) to the same as on Linux/Mac, without this, you will have conflicts with your teammates with those systems and our bash script won't work
78
76
2. Clone this repository.
79
77
3. Change `extensionDescription` and `extensionName` in `messages.json` file.
80
78
4. Install pnpm globally: `npm install -g pnpm` (check your node version >= 18.19.1))
@@ -160,7 +158,7 @@ Some shared packages
160
158
-`tsconfig` - shared tsconfig for entire project
161
159
-`ui` - here's a function to merge your tailwind config with global one, and you can save components here
162
160
-`vite-config` - shared vite config for entire project
163
-
-`zipper` - By ```pnpm zip``` you can pack ```dist``` folder into ```extension.zip``` inside newly created ```dist-zip```
161
+
-`zipper` - By ```pnpm zip``` you can pack ```dist``` folder into ```extension.zip``` inside newly created ```dist-zip```
164
162
-`e2e` - By ```pnpm e2e``` you can run end to end tests of your zipped extension on different browsers
0 commit comments