allinix-demo/setup.bat

8 lines
131 B
Batchfile
Raw Permalink Normal View History

2025-02-17 19:39:28 +05:30
@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