Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 6c5a89e

Browse files
authored
cd dashboard and staking info
1 parent 339fce9 commit 6c5a89e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/apps/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@ Sure, your contribution is welcome. Please follow [code of conduct](CODE_OF_COND
5656

5757

5858
## 🐳 Docker
59-
If you want just to try out our KodaDot on Kusama and have full local setup with local node, we assume you have docker and docker-compose installed
59+
If you want just to try out our KodaDot on Kusama and have full local setup with local node, we assume you have docker and docker-compose installed.
60+
Before starting, make sure your working directory is `apps/dashboard/`. To make so, from root of repository, do `cd dashboard`.
61+
62+
For staking you need to run local node `substrate --dev`
63+
6064

6165
```
6266
docker-compose pull && docker-compose up
@@ -75,4 +79,4 @@ docker build -t hello/kodadot .
7579
Run it locally and then visit `localhost:8080`
7680
```
7781
docker run -it -p 8080:8080 --rm --name hellokodadot hello/kodadot
78-
```
82+
```

0 commit comments

Comments
 (0)