Add a start script using vite preview on port 4174 and replace the static file copy step in deploy.sh with PM2 start/reload logic.
Update engines in package.json to bun, switch all justfile recipes from npm to bun, add scripts/deploy.sh for production deployment.