Files
Auto-GPT/run.sh
2023-08-28 19:55:44 -07:00

18 lines
274 B
Bash

# 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