dikdimon's picture
Upload extensionsa using SD-Hub extension
7bed60d verified
@echo off
cd %~dp0api && call npm install --no-audit
cd %~dp0app && call npm install --no-audit
cd %~dp0app && call npm run build
cd %~dp0api/networks && call init.bat
cd %~dp0
echo Setup complete.
echo Run start.bat to begin.