Skip to content

Commit

Permalink
Add NodeJS version hint in self hosting docs
Browse files Browse the repository at this point in the history
  • Loading branch information
threema-danilo committed Dec 22, 2023
1 parent 685b449 commit 2cb178b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/self_hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ First, adjust the configuration in `src/config.ts`:
- If you host your own SaltyRTC server, adjust the `SALTYRTC_*` variables
- If you host your own STUN / TURN server, adjust the `ICE_SERVERS` variable

Make sure that you have the appropriate NodeJS version installed (see the
`.nvmrc` file in the repository root).

Then, build the release version of Threema Web:

npm install --production
Expand Down

0 comments on commit 2cb178b

Please sign in to comment.