From 39641482ef6a7eeaae0960d0f3ac724e2cf5eacc Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Thu, 8 Aug 2019 14:18:09 +0100 Subject: My reflex is to write markdown. I forgot this was RST --- synapse_topology/docs/README.rst | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/synapse_topology/docs/README.rst b/synapse_topology/docs/README.rst index f6d484bfae..fa10aa0605 100644 --- a/synapse_topology/docs/README.rst +++ b/synapse_topology/docs/README.rst @@ -1,11 +1,16 @@ -# Backend -Windows: Right click __init__.py and select run with python -*nix: ./__init__.py +Backend +======= +:: -# Frontend: + Make sure you have synapse and klein installed in your pip env + Windows Right click __init__.py and select run with python + *nix: ./__init__.py + +Frontend +======== Start the Backend and -``` -cd view/webui -yarn watch -``` +.. code:: bash + + cd view/webui + yarn watch -- cgit 1.4.1