synapse/webclient
2014-08-12 18:50:44 +01:00
..
components/matrix Fix the 'Go to room' button to use the correct room alias api 2014-08-12 17:17:14 +01:00
img remove the png profile image for now 2014-08-12 18:50:44 +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 Make messages list and room users list scroll-overflow 2014-08-12 18:11:38 +02:00
rooms Fix the 'Go to room' button to use the correct room alias api 2014-08-12 17:17:14 +01:00
app-controller.js Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
app.css Make messages list and room users list scroll-overflow 2014-08-12 18:11:38 +02: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/