This website requires JavaScript.
Explore
Help
Sign In
Nigel
/
AutoGPT
Watch
1
Star
0
Fork
You've already forked AutoGPT
0
Code
Issues
Pull Requests
3
Packages
Projects
Releases
Wiki
Activity
master
AutoGPT
/
classic
/
frontend
/
run
6 lines
77 B
Bash
Executable File
Raw
Permalink
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