From 7b0e38296f9f678ef30a7ce930c8f761c5807887 Mon Sep 17 00:00:00 2001 From: Nikolai Gotzmann Date: Sun, 11 Feb 2024 15:09:35 +0100 Subject: [PATCH] Add pre requirements to readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2580adf..5ff2033 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,14 @@ Folgende Kanäle gibt es für die Kommunikation über das Kompetenzinventar: npm ci ``` +### Pre requirements + +* Node 20 + * Wenn du eine andere node version installiert hast, kannst du [nvm](https://github.com/nvm-sh/nvm) benutzen um schnell zwischen node version zu wechseln +* NPM +* (KI-backend)[https://git.wtf-eg.de/kompetenzinventar/ki-backend] muss lokal laufen + + ### Konfigurationsdatei anpassen ``` @@ -48,7 +56,6 @@ cp public/config.js.dev public/config.js vi public/config.js ``` - ### Compiles and hot-reloads for development ``` npm run serve