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

https://github.com/txn2/kdash


https://github.com/txn2/kdash

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# kdash

Example of serving [kdash docker container] on port 2701 on the local server:

```bash
docker run -e DEBUG=true -p 2701:80 txn2/kdash:latest
```

## Local Development

```bash
docker run -e DEBUG=true -v "$(pwd)"/www:/www -p 2701:80 txn2/kdash:latest
```

[kdash docker container]: https://hub.docker.com/r/txn2/kdash/