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

https://github.com/deluze/blog-temp


https://github.com/deluze/blog-temp

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

## Development

Run the following commands to get a local webserver started for the blog

```bash
bundle install # install gem dependencies
```

```bash
bundle exec jekyll serve # serves the blog on a web server
```