MatrixSynapse/webclient
Erik Johnston 347242a5c4 Merge branch 'master' of github.com:matrix-org/synapse into sql_refactor
Conflicts:
	tests/rest/test_presence.py
	tests/rest/test_rooms.py
	tests/utils.py
2014-08-19 14:48:19 +01:00
..
components Merge branch 'master' of github.com:matrix-org/synapse into sql_refactor 2014-08-19 14:48:19 +01:00
img
js
login
room Merge remote-tracking branch 'origin/master' into user_page 2014-08-19 09:44:50 +02:00
rooms
user Fill user page with avatar, display name and matrix id 2014-08-19 09:37:10 +02:00
README
app-controller.js
app.css Change mouse cursor to pointer on elements user can click on 2014-08-19 11:37:07 +02:00
app.js
favicon.ico
index.html

README

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/