Real Time Chat App Run Locally Setup .env file DATABASE_URL=... JWT_SECRET=... NODE_ENV=... PORT=... Install dependencies npm install Build the app npm run build Start the app npm start