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
+10
View File
@@ -0,0 +1,10 @@
@echo off
REM Running install script
call install.bat
REM Building projects
cd ..
cd interface
npm run build
cd ..
npm run build