matrix-doc/scripts/continuserv
Richard van der Hoff 2ec43a5948 Add continuserv index
Oops, forgot this when adding support for the API docs to continuserv in
bfb65d8.
2016-10-14 17:57:07 +01:00
..
README continuserv: Adding README 2015-09-10 14:25:23 +01:00
index.html Add continuserv index 2016-10-14 17:57:07 +01:00
main.go Serve the API docs with continuserv 2016-10-13 23:54:08 +01:00

README

continuserv proactively re-generates the spec on filesystem changes, and serves it over HTTP.

To run it, you must install the `go` tool. You will also need to install fsnotify by running:
 `go get gopkg.in/fsnotify.v1`
You can then run continuserv by running:
 `go run main.go`