diff options
| -rw-r--r-- | Demo.gif | bin | 0 -> 1133409 bytes | |||
| -rw-r--r-- | README.md | 29 |
2 files changed, 29 insertions, 0 deletions
diff --git a/Demo.gif b/Demo.gif Binary files differnew file mode 100644 index 0000000..968dcfe --- /dev/null +++ b/Demo.gif diff --git a/README.md b/README.md new file mode 100644 index 0000000..11cd40f --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +Drop Serve +========== + +A GUI to easily start a static web server at a given folder location. + +Drag a file or folder onto the drop area and: + +1. A Python `SimpleHTTPServer` will start at that folder on + `http://localhost:8000/` +2. The default web browser will open at the root URL + + +## Demo + + + +## Install +Download the app from the [releases][1] page. Unzip it and drag it to the +`Applications` folder. + +Drop Serve is designed to work on Mac OS X 10.6 and later. + + +## License +Copyright © 2020 Teddy Wing. Licensed under the GNU GPLv3+ (see the included +COPYING file). + + +[1]: https://github.com/teddywing/Drop-Serve/releases |
