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

https://github.com/swagdevops/spin


https://github.com/swagdevops/spin

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

## Install

```
bundle install --path vendor/bundle --clean
```

```
rake package:install
```

## Compile assets

```
bundle exec rake assets
```

## Start Docker stack

```
docker/compose start
```