aboutsummaryrefslogtreecommitdiff
path: root/apps/extension/README.md
blob: d5aceb2c0deac1c75ac80e088189a38ade1e7ebe (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
# [projectName]

> This project was bootstrapped using the Extension.js React-TypeScript template.

## Scripts Available

In the project directory, you can run:

### [projectPackageManager] 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.
[projectPackageManager] dev
```

### [projectPackageManager] 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 published.
[projectPackageManager] start
```

### [projectPackageManager] build

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

## Learn More

You can learn more in the [Extension.js](https://extension.js.org) documentation.