aboutsummaryrefslogtreecommitdiff
path: root/apps/extension/README.md
blob: 4ae210dcd31677af751c885706aeed3af7636667 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# content-shadow-dom-tailwind

> This project was bootstrapped with extension-create using the React-TypeScript template.

## Scripts Available

In the project directory, you can run:

### npm dev

```
// Runs the app in the development mode.
// Will open a new browser instance with your extension loaded.
// The page will reload when you make changes.
npm dev
```

### npm start

```
// Runs the app in the production mode.
// Will open a new browser instance with your extension loaded.
// This is how your browser extension will work once publihed.
npm start
```

### npm build

```
// Builds the app for production.
// Bundles your browser extension in production mode for the target browser.
npm run build
```

## Learn More

You can learn more in the [extension-create](https://docs.extensioncreate.com) documentation.