Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/game-of-life/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,10 @@ Since we declared a new dependency, we need to install it:
npm install
```

> Note that when using `webpack` on newer Node.js versions, one may have to
> set NODE_OPTIONS environment variable to [`--openssl-legacy-provider`](https://www.openssl.org/docs/man3.0/man7/OSSL_PROVIDER-legacy.html) due
> to older versions not [complying with OpenSSL 3.0](https://github.com/webpack/webpack/pull/14306)

Our Web page is now ready to be served locally!

## Serving Locally
Expand Down