@echo off echo Building BioNexus Hub... REM Build client echo Building client... cd client npm install npm run build cd .. REM Build server echo Building server... cd server npm install cd .. echo Build completed!