added unix scripts
This commit is contained in:
5
scripts/mac-linux/install.sh
Executable file
5
scripts/mac-linux/install.sh
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
cd $( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||||
|
cd ../..
|
||||||
|
npm install
|
||||||
5
scripts/mac-linux/start.sh
Executable file
5
scripts/mac-linux/start.sh
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
cd $( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||||
|
cd ../..
|
||||||
|
npm start
|
||||||
Reference in New Issue
Block a user