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-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,9 +114,11 @@ The dashboard uses node v12.18.0. To build/run the dashboard on your local machi
114
114
We use npm for local package management, to install the requirements:
115
115
```bash
116
116
$ nvm use
117
-
$ npm install
117
+
$ npm ci
118
118
```
119
119
120
+
Use `$ npm install` when package.json is updated.
121
+
120
122
To build a dashboard bundle<sup>[1](#bundlefootnote)</sup>:
121
123
122
124
```bash
@@ -240,7 +242,7 @@ These are started and stopped with the commands:
240
242
$ npm run stop-localstack
241
243
```
242
244
243
-
After these containers are running, you can start a cumulus API locally in a terminal window `npm run serve-api`, the dashboard in another window. `[HIDE_PDR=false SHOW_DISTRIBUTION_API_METRICS=true ESROOT=http://example.com APIROOT=http://localhost:5001] npm run serve` and finally cypress in a third window. `npm run cypress`.
245
+
After these containers are running, you can start a cumulus API locally in a terminal window `npm run serve-api`, the dashboard in another window. `[HIDE_PDR=false SHOW_DISTRIBUTION_API_METRICS=true ENABLE_RECOVERY=true ESROOT=http://example.com ES_CLOUDWATCH_TARGET_PATTERN=cwpattern ES_DISTRIBUTION_TARGET_PATTERN=distpattern APIROOT=http://localhost:5001] npm run serve` and finally cypress in a third window. `npm run cypress`.
244
246
245
247
Once the Docker app is running, If you would like to see sample data you can seed the database. This will load the same sample data into the application that is used during cypress testing.
246
248
```bash
@@ -384,6 +386,7 @@ Create and push a new git tag:
0 commit comments