https://github.com/daptin/dashboard-classic
classic simple dashboard for daptin where everything is a table
https://github.com/daptin/dashboard-classic
Last synced: 14 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-20T08:31:38.000Z (almost 5 years ago)
- Last Synced: 2025-01-26T10:08:23.026Z (12 months ago)
- Language: JavaScript
- Size: 9.42 MB
- Stars: 1
- Watchers: 2
- 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
```