Skip to content

Commit 80ab14f

Browse files
committed
fix README.md to get site running locally
Signed-off-by: Dave Huseby <[email protected]>
1 parent bedeafe commit 80ab14f

File tree

2 files changed

+2
-45
lines changed

2 files changed

+2
-45
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ To build a local copy, run the following:
5757
1. Start the application in _dev mode_:
5858

5959
```bash
60-
npm start
60+
npm ci
61+
NODE_OPTIONS=--openssl-legacy-provider npm start
6162
```
6263

6364
1. Open [localhost:8080](http://localhost:8080) in your browser.

Diff for: package-lock.json

-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)