This website requires JavaScript.
Explore
Help
Sign In
Significant-Gravitas
/
AutoGPT
mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
Watch
1
Star
0
Fork
You've already forked AutoGPT
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d742108967
AutoGPT
/
frontend
/
run
6 lines
77 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
kill
$(
lsof -t -i :5000
)
flutter run -d chrome --web-port
5000
Reference in New Issue
View Git Blame
Copy Permalink