@echo off
REM --- Start the Gooner Training Academy webGame ---
echo Launching Gooner Training Academy...
REM If you use npm:
npm start
REM If you use a different command (like electron .), replace above with:
REM electron .
pause