From cdd342c5a31206df04d651e22fe37ca8bc65fa2b Mon Sep 17 00:00:00 2001 From: Martin Huschenbett Date: Wed, 8 Apr 2020 13:45:25 +0200 Subject: [PATCH] Getting Started: Explain success for yarn start (#5492) Exlain how to spot when `yarn start` was successful. CHANGELOG_BEGIN CHANGELOG_END --- docs/source/getting-started/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/getting-started/index.rst b/docs/source/getting-started/index.rst index 00b2703882f1..ca488964de87 100644 --- a/docs/source/getting-started/index.rst +++ b/docs/source/getting-started/index.rst @@ -100,6 +100,7 @@ In a second terminal, navigate to the ``create-daml-app/ui`` folder and run the This starts the web UI connected to the running Sandbox and JSON API server. The command should automatically open a window in your default browser at http://localhost:3000. +Once the web UI has been compiled and started, you should see ``Compiled successfully!`` in your terminal. If it doesn't, just open that link in a web browser. (Depending on your firewall settings, you may be asked whether to allow the app to receive network connections. It is safe to accept.) You should now see the login page for the social network. For simplicity of this app, there is no password or sign-up required.