From 2a6f71645ac4e987b5c3833856f6cf19880cd9e2 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 21 Aug 2025 10:37:58 +0000 Subject: [PATCH] Update varie --- start-frontend.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 start-frontend.sh diff --git a/start-frontend.sh b/start-frontend.sh new file mode 100755 index 0000000..5961b24 --- /dev/null +++ b/start-frontend.sh @@ -0,0 +1,7 @@ +#!/bin/bash +export NVM_DIR="$HOME/.nvm" +source "$NVM_DIR/nvm.sh" +nvm use 20 +cd /home/samuele/lm-chat-app/frontend +npm run dev +