added unix installation scripts
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
node_modules
|
node_modules
|
||||||
token
|
token
|
||||||
|
.DS_Store
|
||||||
5
scripts/lin/install.sh
Executable file
5
scripts/lin/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/lin/start.sh
Normal file
5
scripts/lin/start.sh
Normal 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