summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rwxr-xr-xlaunch.sh6
2 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2483976..eddcab6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
.idea/
__pycache__/
+env
diff --git a/launch.sh b/launch.sh
new file mode 100755
index 0000000..ebbb5a5
--- /dev/null
+++ b/launch.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+pipenv run python server.py
+
+
+