mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-25 09:54:23 +01:00
11 lines
160 B
Bash
11 lines
160 B
Bash
# poetry install
|
|
|
|
# cd backend
|
|
# pip install -r requirement.txt
|
|
# uvicorn your_module:app --reload
|
|
|
|
# cd frontend
|
|
# npm install
|
|
# npm run dev
|
|
|
|
# localhost:3000 |