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

https://github.com/cardi/website


https://github.com/cardi/website

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## using bundle

Install dependencies locally:

`bundle install --path vendor/bundle`

Update dependencies (from github):

`bundle update`

## building

`make build` (uses [_config.yml](./_config.yml)):
* caches are always deleted because file(config) != cached(config)

`make hydrated` (uses [_config-bibtex.yml](./_config-bibtex.yml))
* caches work as expected