summary refs log tree commit diff
path: root/syweb/webclient/README
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-11-07 10:55:28 +0000
committerErik Johnston <erik@matrix.org>2014-11-07 10:55:28 +0000
commit3cb678f84cb3252f08788a31bef1a205edffde9c (patch)
tree01ad785dc284526ecd4aa1a04ce132bcf639f5ac /syweb/webclient/README
parentFix joining over federation (diff)
parentDon't cache isWebRTCSupported because whether webRTC is supported might chang... (diff)
downloadsynapse-3cb678f84cb3252f08788a31bef1a205edffde9c.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into federation_authorization
Diffstat (limited to 'syweb/webclient/README')
-rw-r--r--syweb/webclient/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/syweb/webclient/README b/syweb/webclient/README
new file mode 100644
index 0000000000..ef79b25708
--- /dev/null
+++ b/syweb/webclient/README
@@ -0,0 +1,13 @@
+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/
+
+