aboutsummaryrefslogtreecommitdiff
path: root/benchmark/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/run.sh')
-rwxr-xr-xbenchmark/run.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/benchmark/run.sh b/benchmark/run.sh
new file mode 100755
index 000000000..d4136b10a
--- /dev/null
+++ b/benchmark/run.sh
@@ -0,0 +1,18 @@
+# poetry install
+# poetry shell
+
+# cp .env.example .env
+# fill out OpenAI Key
+# git submodule update --init --remote --recursive
+
+# cd backend
+# pip install -r requirement.txt
+# uvicorn main:app --reload
+
+# cd ..
+
+# cd frontend
+# npm install
+# npm run dev
+
+# localhost:3000 \ No newline at end of file