#!/bin/bash

echo "Starting Social Analyzer server..."
cd social-analyzer
sudo npm ci
npm start &

