Skip to content

Commit

Permalink
[Enancement] - Simplify local builds to lower bar for beginners
Browse files Browse the repository at this point in the history
Fixes openhab#2215

📄 missing `npm install step` added to README.md

Signed-off-by: Patrik Gfeller <[email protected]>
  • Loading branch information
pgfeller committed Feb 20, 2024
1 parent c87dd41 commit 7737773
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ $ nvm install 16
# ...
$ nvm use 16
Now using node v16.20.2 (npm v8.19.4)
$ npm install
# ...
$ npm run serve
# ...
Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/)
Expand Down

0 comments on commit 7737773

Please sign in to comment.