From ae499d513aa1f698713ab9a3ef7aa47545c35b1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 2 Aug 2022 12:11:59 +0200 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 24350e915..e0114b406 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,8 @@ Nothing to prepare, just dig into the code. ### JavaScript +This requires at least Node 14 and npm 7 to be installed. + Deck requires running a `make build-js` to install npm dependencies and build the JavaScript code using webpack. While developing you can also use `make watch` to rebuild everytime the code changes. #### Hot reloading