Resolve "Make Walkthroughs for Software Installation"

This commit is contained in:
Beth Probert 2025-09-25 11:03:53 +00:00 committed by Julian Stirling
parent 6e74b07f46
commit 1b4d83ae5d
9 changed files with 113 additions and 4 deletions

View file

@ -16,11 +16,14 @@
## Installing
_Note: If you are using a Windows OS, the following commands must be executed in a Powershell terminal._
* Install Node.js (and npm)
* Install dependencies with `npm install`
* Node v18 changes SSL, and so you need a legacy version for compatibility:
* On Windows: `$env:NODE_OPTIONS = "--openssl-legacy-provider"`
* On Linux/MacOS `export NODE_OPTIONS=--openssl-legacy-provider`
* Navigate into the webapp directory with `cd webapp`
* Build the static web app with `npm run build`
# Developing