mirror of
https://github.com/trushildhokiya/allininx-2.git
synced 2025-03-14 18:08:40 +00:00
8 lines
131 B
Batchfile
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
|