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

https://github.com/frida/frida-website

Frida's website
https://github.com/frida/frida-website

Last synced: 11 months ago
JSON representation

Frida's website

Awesome Lists containing this project

README

          

## Frida's Website

Live at [frida.re](https://frida.re/).

### Development

```sh
$ sudo apt install ruby-bundler
$ bundle install
$ bundle exec jekyll serve -w
```