add build, dev and install scripts for windows, mac and linux

This commit is contained in:
SethBurkart123
2023-12-03 12:05:42 +11:00
parent 9abc4dab53
commit 8c2a87c93e
6 changed files with 139 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
@echo off
REM Running npm run dev in both directories
cd ..
cd interface
START cmd /k "npm run dev"
cd ..
npm run dev