diff options
-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 +``` |