mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 17:08:36 +01:00
7 lines
279 B
Plaintext
7 lines
279 B
Plaintext
|
|
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`
|