diff --git a/scripts/run-bot.sh b/scripts/run-bot.sh new file mode 100755 index 0000000000000000000000000000000000000000..3c9751544d01268276134ed16cf8a25c50563c93 --- /dev/null +++ b/scripts/run-bot.sh @@ -0,0 +1,11 @@ +#!/usr/bin/env sh + +script_directory=$(dirname "$0") +script_directory=$(realpath "$script_directory") +cd $script_directory/.. + +# yarn build +# yarn serve --ssl --port 8080 +yarn +yarn start & +node scripts/run-bot.js