summary refs log tree commit diff
path: root/start.sh
diff options
context:
space:
mode:
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