https://github.com/daptin/dashboard-classic
classic simple dashboard for daptin where everything is a table
https://github.com/daptin/dashboard-classic
Last synced: about 2 months ago
JSON representation
classic simple dashboard for daptin where everything is a table
- Host: GitHub
- URL: https://github.com/daptin/dashboard-classic
- Owner: daptin
- Created: 2021-01-14T08:04:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-20T08:31:38.000Z (over 5 years ago)
- Last Synced: 2025-03-21T14:28:32.002Z (about 1 year ago)
- Language: JavaScript
- Size: 9.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dashboard classic
This is a dashboard for [Daptin](https://github.com/daptin/daptin)
## Try with docker
`docker run -p 8080:8080 daptin/dashboard-classic`
## Build yourself
```bash
npm install
npm run build
```