mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-03 13:18:56 +01:00
13 lines
242 B
Text
13 lines
242 B
Text
Basic Usage
|
|
-----------
|
|
|
|
The web client should automatically run when running the home server. Alternatively, you can run
|
|
it stand-alone:
|
|
|
|
$ python -m SimpleHTTPServer
|
|
|
|
Then, open this URL in a WEB browser::
|
|
|
|
http://127.0.0.1:8000/
|
|
|
|
|