update frontend hash, run.sh

This commit is contained in:
Silen Naihin
2023-08-28 19:55:44 -07:00
parent 0e2c98ba64
commit dab064f5a8
2 changed files with 5 additions and 1 deletions

4
run.sh
View File

@@ -1,6 +1,10 @@
# 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