Resolve "Make Walkthroughs for Software Installation"
This commit is contained in:
parent
6e74b07f46
commit
1b4d83ae5d
9 changed files with 113 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue