added unix installation scripts

This commit is contained in:
2022-01-27 19:39:14 -06:00
parent ce7efb08fd
commit 72ddf229ec
3 changed files with 12 additions and 1 deletions
+1
View File
@@ -1,2 +1,3 @@
node_modules
token
.DS_Store
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
cd $( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd ../..
npm install
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
cd $( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd ../..
npm start