File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed
apps/docs/getting-started Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,18 @@ Install the React Email package locally and a few components.
27
27
<CodeGroup >
28
28
29
29
``` sh npm
30
- npm install react-email @react-email/components -E
30
+ npm install react-email -D -E
31
+ npm install @react-email/components -E
31
32
```
32
33
33
34
``` sh yarn
34
- yarn add react-email @react-email/components -E
35
+ yarn add react-email -D -E
36
+ yarn add @react-email/components -E
35
37
```
36
38
37
39
``` sh pnpm
38
- pnpm add react-email @react-email/components -E
40
+ pnpm add react-email -D -E
41
+ pnpm add @react-email/components -E
39
42
```
40
43
41
44
</CodeGroup >
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ Include a new `package.json` and do not forget to add this to the `workspaces` o
24
24
Install React Email in the ` transactional ` workspace.
25
25
26
26
``` sh packages/transactional
27
- npm install react-email @react-email/components -E
27
+ npm install react-email -D -E
28
+ npm install @react-email/components -E
28
29
```
29
30
30
31
## 3. Add scripts
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ in there setup a new `package.json` and do not forget to add this to your `pnpm-
23
23
Install React Email in the ` transactional ` workspace.
24
24
25
25
``` sh packages/transactional
26
- pnpm add react-email @react-email/components -E
26
+ pnpm add react-email -D -E
27
+ pnpm add @react-email/components -E
27
28
```
28
29
29
30
## 3. Add scripts
Original file line number Diff line number Diff line change @@ -39,7 +39,8 @@ nodeLinker: node-modules
39
39
Install React Email in the ` transactional` workspace.
40
40
41
41
` ` ` sh packages/transactional
42
- yarn add react-email @react-email/components -E
42
+ yarn add react-email -D -E
43
+ yarn add @react-email/components -E
43
44
` ` `
44
45
45
46
# # 4. Add scripts
You can’t perform that action at this time.
0 commit comments