#!/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