AutoGPT/run.sh

14 lines
177 B
Bash
Raw Normal View History

# poetry install
2023-08-27 07:18:30 +00:00
# poetry shell
# cd backend
# pip install -r requirement.txt
2023-08-27 07:18:30 +00:00
# uvicorn main:app --reload
# cd ..
# cd frontend
# npm install
# npm run dev
# localhost:3000