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
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
cd ..
# Running npm run dev in both directories
cd ./interface
npm run dev &
cd ..
npm run dev