Merge branch 'master' into 6013-change-benutzer-to-nutzer

This commit is contained in:
Hannes Heine 2023-03-02 11:16:22 +01:00 committed by GitHub
commit a3cb9b7212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,8 @@ between different local Node versions:
```bash
# install Node
$ cd webapp
$ nvm install v16.19.0
$ nvm use v16.19.0
$ nvm install v19.4.0
$ nvm use v19.4.0
```
Install node dependencies with [yarn](https://yarnpkg.com/en/):