https://github.com/zerotohero-dev/board
A minimalistic dashboard and monitoring framework
https://github.com/zerotohero-dev/board
Last synced: about 1 year ago
JSON representation
A minimalistic dashboard and monitoring framework
- Host: GitHub
- URL: https://github.com/zerotohero-dev/board
- Owner: zerotohero-dev
- License: other
- Created: 2015-08-09T15:55:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-09T12:09:39.000Z (about 10 years ago)
- Last Synced: 2025-04-19T21:27:38.923Z (about 1 year ago)
- Language: JavaScript
- Size: 159 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
> **NOTE**
>
> This project is no longer maintained (*at least for a while*).
>
> If you want to be the maintainer, contact me
> at me@volkan.io
>
______ _________
___ /_____________ _____________ /
__ __ \ __ \ __ `/_ ___/ __ /
_ /_/ / /_/ / /_/ /_ / / /_/ /
/_.___/\____/\__,_/ /_/ \__,_/
a minimalist dashboard and monitoring solution.
## Demo?
TODO: fix the demo url.
Note that things are not quite settled yet.
Even this README is by no means complete at all.
Feel free to report any issues that you find bu creating PRs.
## Installation
quick README for Debian-based systems
```bash
apt-get install libzmq3-dev
cd /opt
git clone git@github.com:v0lkan/board.git
cd board
npm install
node bin/board 1>/dev/null &
```
## Stuff
```
// TODO: write a proper README.
// TODO: ^ for all the board.* modules.
```