aboutsummaryrefslogtreecommitdiff
path: root/benchmark/run.sh
blob: d4136b10a3528916daca8d1d7a472f2f61248923 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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