Spaces:
Runtime error
Runtime error
File size: 131 Bytes
cd6f98e |
1 2 3 4 5 6 7 8 |
@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
|