matrix-doc/scripts/continuserv
Daniel Wagner-Hall c3608b3a69 Merge branch 'master' into daniel/continuservconcurrency
Conflicts:
	scripts/continuserv/main.go
2015-11-09 16:11:34 +00:00
..
README continuserv: Adding README 2015-09-10 14:25:23 +01:00
main.go Merge branch 'master' into daniel/continuservconcurrency 2015-11-09 16:11:34 +00: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`