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
Copy file name to clipboardExpand all lines: README.md
+5-18Lines changed: 5 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,40 +37,27 @@
37
37
38
38
### Running the project locally
39
39
40
-
1. Convert the email HTML template into a JSON file that can be packaged with the email sending lambda.
41
-
42
-
```shell
43
-
npm run generate-dependencies
44
-
```
45
-
46
-
2. (Optional) If you want to test sending emails then you will need to set the following environment variables locally.
47
-
48
-
```shell
49
-
export ACCOUNT_ID=<aws_account_id>
50
-
export NOTIFY_DOMAIN_NAME=<ses_verified_domain>
51
-
```
52
-
53
-
3. To create a Terraform backend sandbox, run:
40
+
1. To create a Terraform backend sandbox, run:
54
41
55
42
```shell
56
43
npm run create-backend-sandbox <environment-name>
57
44
```
58
45
59
-
4. Then in a separate terminal, run the app locally:
46
+
2. Then in a separate terminal, run the app locally:
60
47
61
48
```shell
62
49
npm run dev
63
50
```
64
51
65
-
5. Open your browser and go to `localhost:3000` to view the app.
52
+
3. Open your browser and go to `localhost:3000` to view the app.
66
53
67
-
6. To destroy a Terraform backend sandbox, run:
54
+
4. To destroy a Terraform backend sandbox, run:
68
55
69
56
```shell
70
57
npm run destroy-backend-sandbox <environment-name>
71
58
```
72
59
73
-
7. (Optional) Create a `.env` file at `frontend/.env` and add `INCLUDE_AUTH_PAGES=true` to include the local auth pages when doing a production Next build
60
+
5. (Optional) Create a `.env` file at `frontend/.env` and add `INCLUDE_AUTH_PAGES=true` to include the local auth pages when doing a production Next build
0 commit comments