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

https://github.com/zapkub/zapkub.github.io

git for git webpage
https://github.com/zapkub/zapkub.github.io

Last synced: 2 months ago
JSON representation

git for git webpage

Awesome Lists containing this project

README

        

# zapkub.github.io
My archive is here

## my doc update
```
docker run -v $(pwd):/docs -p 8000:8000 squidfunk/mkdocs-material:latest # for dev
docker run -v $(pwd):/docs -p 8000:8000 squidfunk/mkdocs-material:latest build # for build
```