0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-17 02:53:46 +02:00
synapse/webclient
2014-08-12 15:10:52 +01:00
..
components/matrix Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
img Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
js Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
login Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
room Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
rooms Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
app-controller.js Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
app.css Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
app.js Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
favicon.ico Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
index.html Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
README Reference Matrix Home Server 2014-08-12 15:10:52 +01:00

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/