diff options
| author | Teddy Wing | 2020-10-18 20:36:49 +0200 |
|---|---|---|
| committer | Teddy Wing | 2020-10-18 20:37:13 +0200 |
| commit | 5d138757def009f23ea1420bdb03a6165c4f3805 (patch) | |
| tree | 2d9a060f7c76aff95620d14d6cd6a3d7e2c6fdd4 | |
| parent | 9580a6c5393fc88e38588032fc3310731d5fc36d (diff) | |
| download | Drop-Serve-5d138757def009f23ea1420bdb03a6165c4f3805.tar.bz2 | |
Include a quick demo screen recording.
| -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 |
