File size: 274 Bytes
b225a21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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