summary refs log tree commit diff
path: root/start.sh
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 00:10:54 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 00:10:54 +0200
commitdfa71c38681d63414179784352b03debdfc88559 (patch)
tree631cfbba3a03e0945fa62ff54e4609a5f891d802 /start.sh
parent:art: clean up server bundle (diff)
downloadserver-dfa71c38681d63414179784352b03debdfc88559.tar.xz
:sparkles: start.bat and start.sh script
Diffstat (limited to '')
-rw-r--r--start.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/start.sh b/start.sh
new file mode 100644
index 00000000..84735957
--- /dev/null
+++ b/start.sh
@@ -0,0 +1,4 @@
+cd bundle
+npm install
+npm start
+read -rsp $'Press enter to exit...\n'
\ No newline at end of file