mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-17 14:04:27 +01:00
18 lines
274 B
Bash
Executable File
18 lines
274 B
Bash
Executable File
# 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 |