This website requires JavaScript.
Explore
Help
Sign In
skyler
/
egui
Watch
1
Star
0
Fork
You've already forked egui
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
46f123eeb6
egui
/
start_server.sh
7 lines
101 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
set
-eu
cd
docs
echo
"open localhost:8000"
python3 -m http.server
8000
--bind 127.0.0.1
Reference in New Issue
View Git Blame
Copy Permalink