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

https://github.com/csdev/csdev.github.io


https://github.com/csdev/csdev.github.io

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# csdev.github.io

## Commands

Serve docs locally:

```sh
docker-compose run --rm --service-ports jekyll-serve
```

Rebuild container:

```sh
docker-compose build --progress=plain jekyll
```

Update gems (inside dev container):
```sh
bundle update
```