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

https://github.com/myuon/kakeibo


https://github.com/myuon/kakeibo

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# node-app-template

## Use Docker

```shell
$ docker build -t app . && docker run -p 3000:3000 -it app
```