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

https://github.com/cbsd/cbsd.io


https://github.com/cbsd/cbsd.io

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# cbsd.io

## How to run development server

Assuming virtualenv is installed:

```
pip install -r requirements.txt
mkdocs serve
```