From e2d30978299cf78beec340b2ed5fd1213f746f38 Mon Sep 17 00:00:00 2001 From: ashley zomo Date: Thu, 27 Jan 2022 19:40:28 -0600 Subject: [PATCH] added unix scripts --- scripts/mac-linux/install.sh | 5 +++++ scripts/mac-linux/start.sh | 5 +++++ 2 files changed, 10 insertions(+) create mode 100755 scripts/mac-linux/install.sh create mode 100755 scripts/mac-linux/start.sh diff --git a/scripts/mac-linux/install.sh b/scripts/mac-linux/install.sh new file mode 100755 index 0000000..dd57fe3 --- /dev/null +++ b/scripts/mac-linux/install.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +cd $( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) +cd ../.. +npm install \ No newline at end of file diff --git a/scripts/mac-linux/start.sh b/scripts/mac-linux/start.sh new file mode 100755 index 0000000..c99b1e8 --- /dev/null +++ b/scripts/mac-linux/start.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +cd $( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) +cd ../.. +npm start \ No newline at end of file