allinix-demo/setup.bat
2025-02-17 19:39:28 +05:30

8 lines
131 B
Batchfile

@echo off
setlocal
rem The CLI will take care of setting up the ENV variables
cd cli || exit /b 1
call npm install
npm run start