slightly more informative README (#60)

This commit is contained in:
YJ
2018-09-27 20:33:23 +01:00
committed by Maciej Hirsz
parent bc9d47d358
commit cd42595ddd
+18 -2
View File
@@ -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.