55 lines
1.8 KiB
Markdown
55 lines
1.8 KiB
Markdown
# Bee Status
|
|
|
|
[](https://david-dm.org/ethersphere/bee-status)
|
|
[](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.
|
|
|
|
**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.**
|
|
|
|
## Table of Contents
|
|
|
|
- [Install](#install)
|
|
- [Usage](#usage)
|
|
- [Contribute](#contribute)
|
|
- [License](#license)
|
|
|
|
## Install
|
|
|
|
```
|
|
git clone git@github.com:ethersphere/bee-status.git
|
|
|
|
cd bee-status
|
|
|
|
npm ci
|
|
```
|
|
|
|
## Usage
|
|
|
|
```sh
|
|
npm run build
|
|
|
|
serve -s ./build
|
|
```
|
|
|
|
## Contribute
|
|
|
|
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
|
|
- 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
|
|
|
|
## Maintainers
|
|
|
|
- [nugaon](https://github.com/nugaon)
|
|
- [vojtechsimetka](https://github.com/vojtechsimetka)
|
|
|
|
## License
|
|
|
|
[BSD-3-Clause](./LICENSE)
|