chore: rename from bee status to bee dashboard (#70)
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# Bee Status
|
||||
|
||||
[](https://david-dm.org/ethersphere/bee-status)
|
||||
[](https://david-dm.org/ethersphere/bee-dashboard)
|
||||
[](https://swarm.ethereum.org/)
|
||||
[](https://github.com/RichardLitt/standard-readme)
|
||||
[](https://github.com/feross/standard)
|
||||

|
||||

|
||||
|
||||
> Simple dApp to show the status of the bee node. The goal is to help users setup their bee nodes.
|
||||
> An app which helps users to setup their Bee node and do actions like cash out cheques.
|
||||
|
||||
**Warning: This project is in alpha state. There might (and most probably will) be changes in the future to its API and working. Also, no guarantees can be made about its stability, efficiency, and security at this stage.**
|
||||
|
||||
@@ -28,9 +28,9 @@
|
||||
## Install
|
||||
|
||||
```
|
||||
git clone git@github.com:ethersphere/bee-status.git
|
||||
git clone git@github.com:ethersphere/bee-dashboard.git
|
||||
|
||||
cd bee-status
|
||||
cd bee-dashboard
|
||||
|
||||
npm ci
|
||||
```
|
||||
@@ -47,7 +47,7 @@ serve -s ./build
|
||||
|
||||
There are some ways you can make this module better:
|
||||
|
||||
- Consult our [open issues](https://github.com/ethersphere/bee-status/issues) and take on one of them
|
||||
- Consult our [open issues](https://github.com/ethersphere/bee-dashboard/issues) and take on one of them
|
||||
- Help our tests reach 100% coverage!
|
||||
- Join us in our [Mattermost chat](https://beehive.ethswarm.org/swarm/channels/swarm-javascript) if you have questions or want to give feedback
|
||||
|
||||
|
||||
Reference in New Issue
Block a user