Skip to content

Commit

Permalink
fix README.md to get site running locally
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Huseby <dwh@linuxprogrammer.org>
  • Loading branch information
dhuseby committed Apr 24, 2024
1 parent bedeafe commit 80ab14f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 45 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ To build a local copy, run the following:
1. Start the application in _dev mode_:

```bash
npm start
npm ci
NODE_OPTIONS=--openssl-legacy-provider npm start
```

1. Open [localhost:8080](http://localhost:8080) in your browser.
Expand Down
44 changes: 0 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 80ab14f

Please sign in to comment.