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

https://github.com/s2e/s2e.github.io

S2E website
https://github.com/s2e/s2e.github.io

Last synced: about 1 year ago
JSON representation

S2E website

Awesome Lists containing this project

README

          

Testing the site locally
------------------------

```
apt-get install ruby-dev
gem install bundler
gem install jekyll
bundle install
bundle exec jekyll serve --watch
```