mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-02 12:48:57 +01:00
12 lines
238 B
Text
12 lines
238 B
Text
Basic Usage
|
|
-----------
|
|
|
|
The Synapse web client needs to be hosted by a basic HTTP server.
|
|
|
|
You can use the Python simple HTTP server::
|
|
|
|
$ python -m SimpleHTTPServer
|
|
|
|
Then, open this URL in a WEB browser::
|
|
|
|
http://127.0.0.1:8000/
|