aboutsummaryrefslogtreecommitdiff
path: root/README
blob: cd0fb537ad42b79144a518c43a456d278faa1f00 (plain)
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
![Thunderbird AI Compose Banner](./banner.png)

## Installation (Development Build)

1. Clone the repository:

   ```bash
   git clone https://github.com/luciferreeves/thunderbird-ai-compose.git
   cd thunderbird-ai-compose
   ```

2. Install dependencies:

   ```bash
   npm install
   ```

3. Build the extension:

   ```bash
   npm run build
   ```

4. Open Thunderbird and go to:

    `Tools` → `Developer Tools` → `Debug Add-ons` → `Load Temporary Add-on`


5. Select the generated `manifest.json` inside the `build/` folder.

## License

This project is licensed under the **MIT License**. See [LICENSE](./LICENSE) for details.