aboutsummaryrefslogtreecommitdiff
path: root/dev.sh
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-11-15 23:17:38 -0600
committerParker <contact@pkrm.dev>2024-11-15 23:17:38 -0600
commite4fd674d6e2bb56c0f8f9c04bddd74994c1fe535 (patch)
tree6dbe1d6e13bcc389cc3ffdea4edebc3f598ab84e /dev.sh
parent4c810b2a62ed9c1201a7bb389fc405db2d6cfe15 (diff)
Update start scripts
Diffstat (limited to 'dev.sh')
-rwxr-xr-xdev.sh20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev.sh b/dev.sh
deleted file mode 100755
index e9d2d0b..0000000
--- a/dev.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#! /bin/bash
-# If on Linux or MacOS - check tmux
-if [[ "$OSTYPE" == "linux-gnu"* ]] || [[ "$OSTYPE" == "darwin"* ]]; then
- python3 linklogger.py &
- cd app || return
- yarn dev
-fi
-
-# If on Windows
-if [[ "$OSTYPE" == "msys" ]]; then
- python3 linklogger.py &
- cd app || return
- yarn dev
- # echo -e "This script is not supported on Windows. Please run the API and UI manually."
- # echo -e "\t1. Install node.js, yarn, python3, and pip"
- # echo -e "\t2. Run 'pip install -r requirements.txt' in the root directory"
- # echo -e "\t3. Run 'python3 linklogger.py' in the root directory"
- # echo -e "\t4. Run 'cd app' and then 'yarn dev'"
- # exit 1
-fi \ No newline at end of file