ba9b498488dca989bbbda6110d0d22753b33ae8c
* fix: replace http-serve with serve package Replaces the http-serve package to properly handle the single page routing * feat: add cache invalidation * fix: add serve command in bin * fix: remove serve package dependency * chore: applied PR review suggestions Co-authored-by: Vojtech Simetka <vojtech@simetka.cz> (+1 squashed commit) Squashed commits: [d73baf4] Update serve.js Co-authored-by: Vojtech Simetka <vojtech@simetka.cz> Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
Bee Dashboard
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.
| Node Setup | Browse & Upload Files | Accounting | Peers | Settings |
|---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
Table of Contents
Install
$ npm install -g @ethersphere/bee-dashboard
$ bee-dashboard
Development
git clone git@github.com:ethersphere/bee-dashboard.git
cd bee-dashboard
npm ci
npm run build
npm run serve
You can now access Bee Dashboard on http://localhost:8080/
Docker
To build Docker image and run it, execute the following from inside project directory:
docker build . -t bee-dashboard
docker run --rm -p 127.0.0.1:8080:8080 bee-dashboard
Contribute
There are some ways you can make this module better:
- Consult our open issues and take on one of them
- Help our tests reach 100% coverage!
- Join us in our Mattermost chat if you have questions or want to give feedback
Maintainers
License
Description
Languages
TypeScript
89.9%
SCSS
6%
JavaScript
3.5%
CSS
0.3%
HTML
0.2%





