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
- Host: GitHub
- URL: https://github.com/s2e/s2e.github.io
- Owner: S2E
- Created: 2014-04-23T13:11:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T16:14:32.000Z (almost 9 years ago)
- Last Synced: 2025-05-24T23:43:41.346Z (about 1 year ago)
- Language: CSS
- Size: 6.56 MB
- Stars: 0
- Watchers: 9
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```