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

https://github.com/7mind/blog

Source code of blog.7mind.io
https://github.com/7mind/blog

blog

Last synced: 3 months ago
JSON representation

Source code of blog.7mind.io

Awesome Lists containing this project

README

          

```bash
# one-time
direnv allow

# local test server
bundle install
bundle exec jekyll serve --livereload --incremental

# production-like build verification
JEKYLL_ENV=production bundle exec jekyll build
```