aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 11cd40f3e192378c2490481a5851ff38d8df9836 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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