An open API service indexing awesome lists of open source software.

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

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
```