Files
Auto-GPT/run.sh
2023-08-27 03:18:30 -04:00

14 lines
177 B
Bash

# poetry install
# poetry shell
# cd backend
# pip install -r requirement.txt
# uvicorn main:app --reload
# cd ..
# cd frontend
# npm install
# npm run dev
# localhost:3000