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
-[Tailwind CSS](https://tailwindcss.com/) – is in the [tailwindcss](https://github.com/NekitCorp/chrome-extension-svelte-typescript-boilerplate/tree/tailwindcss) branch
@@ -25,17 +29,17 @@ npm i
25
29
npm run dev
26
30
```
27
31
28
-
## Build
29
-
30
-
```bash
31
-
# build files to `/dist` directory
32
-
$ npm run build
33
-
```
34
-
35
-
## Load unpacked extensions
32
+
### Load unpacked extensions
36
33
37
34
[Getting Started Tutorial](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#load-unpacked)
38
35
39
36
1. Open the Extension Management page by navigating to `chrome://extensions`.
40
37
2. Enable Developer Mode by clicking the toggle switch next to `Developer mode`.
41
38
3. Click the `LOAD UNPACKED` button and select the `/dist` directory.
0 commit comments