Add README.md

This commit is contained in:
folex 2021-06-22 13:38:59 +03:00 committed by GitHub
parent 495129d8ee
commit 1d7c3aabdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# node-distro
The distributive and packaging of the Fluence node.
Currently provides Network Dashboard as a side-car.
## How to run
Copy `docker-compose.yml` locally and run
```bash
docker-compose up -d
```
That will run 2 containers: local Fluence node and Network Dashboard connected to it.
## How to open dashboard
Open [http://localhost:8080](http://localhost:8080) in your browser