summary refs log tree commit diff
diff options
context:
space:
mode:
authorJorik Schellekens <joriks@matrix.org>2019-08-06 17:32:08 +0100
committerJorik Schellekens <joriks@matrix.org>2019-08-28 15:59:53 +0100
commitb87c85a87d0566eb16954a600a8120dfd3706888 (patch)
treef54d96458a31eb40b7a3f5bf7e6e323f404fd181
parentPort verification endpoint (diff)
downloadsynapse-b87c85a87d0566eb16954a600a8120dfd3706888.tar.xz
Startup instructions.
-rw-r--r--synapse_topology/docs/README.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/synapse_topology/docs/README.rst b/synapse_topology/docs/README.rst
index 0d75876f45..f6d484bfae 100644
--- a/synapse_topology/docs/README.rst
+++ b/synapse_topology/docs/README.rst
@@ -1,2 +1,11 @@
+# Backend
 Windows: Right click __init__.py and select run with python
 *nix: ./__init__.py
+
+# Frontend:
+Start the Backend and
+
+```
+cd view/webui
+yarn watch
+```