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
- Host: GitHub
- URL: https://github.com/frida/frida-website
- Owner: frida
- License: mit
- Created: 2014-01-09T01:56:18.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2025-06-14T14:31:16.000Z (12 months ago)
- Last Synced: 2025-06-14T15:35:29.658Z (12 months ago)
- Language: CSS
- Homepage:
- Size: 14.5 MB
- Stars: 86
- Watchers: 14
- Forks: 214
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- Changelog: news/index.html
- Funding: .github/FUNDING.yml
- License: COPYING
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
```