diff options
author | Jorik Schellekens <joriks@matrix.org> | 2019-08-06 17:32:08 +0100 |
---|---|---|
committer | Jorik Schellekens <joriks@matrix.org> | 2019-08-28 15:59:53 +0100 |
commit | b87c85a87d0566eb16954a600a8120dfd3706888 (patch) | |
tree | f54d96458a31eb40b7a3f5bf7e6e323f404fd181 | |
parent | Port verification endpoint (diff) | |
download | synapse-b87c85a87d0566eb16954a600a8120dfd3706888.tar.xz |
Startup instructions.
-rw-r--r-- | synapse_topology/docs/README.rst | 9 |
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 +``` |