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
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
# Running install script
./install.sh
cd ..
# Building projects
cd ./interface
npm run build
cd ..
npm run build