From cd42595ddd12301eed1f1239602363d23d9475d0 Mon Sep 17 00:00:00 2001 From: YJ Date: Thu, 27 Sep 2018 20:33:23 +0100 Subject: [PATCH] slightly more informative README (#60) --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32efebf..f91f933 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,25 @@ -# Polkadot Telemetry +#Polkadot Telemetry -### Setup +## Getting Started +After cloning the repo, make sure to grab the latest stable version of node and install dependencies before doing anything. ``` +nvm install stable yarn +``` + +### Terminal 1 - Backend +``` yarn start:backend +``` +### Terminal 2 - Frontend +``` yarn start:frontend ``` + +### Terminal 3 - Node +``` +./target/debug/polkadot --dev --telemetry-url ws://localhost:1024 +``` + +Now navigate to localhost:3000 in your browser to view the app.