aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2020-10-18 20:36:49 +0200
committerTeddy Wing2020-10-18 20:37:13 +0200
commit5d138757def009f23ea1420bdb03a6165c4f3805 (patch)
tree2d9a060f7c76aff95620d14d6cd6a3d7e2c6fdd4
parent9580a6c5393fc88e38588032fc3310731d5fc36d (diff)
downloadDrop-Serve-5d138757def009f23ea1420bdb03a6165c4f3805.tar.bz2
Add READMEHEADv1.0master
Include a quick demo screen recording.
-rw-r--r--Demo.gifbin0 -> 1133409 bytes
-rw-r--r--README.md29
2 files changed, 29 insertions, 0 deletions
diff --git a/Demo.gif b/Demo.gif
new file mode 100644
index 0000000..968dcfe
--- /dev/null
+++ b/Demo.gif
Binary files differ
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
+![Demo](Demo.gif)
+
+
+## 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