#!/bin/bash export PORT=7860 export HOST=0.0.0.0 echo "Starting OpenClaw..." npm install --omit=dev npm start