#!/bin/bash # Install dependencies npm install # Compile TypeScript code npx tsc # Run the main script node build/src/main.js