https://github.com/erlef/security-wg
Repo for the Security Working Group
https://github.com/erlef/security-wg
security-wg wg
Last synced: 3 months ago
JSON representation
Repo for the Security Working Group
- Host: GitHub
- URL: https://github.com/erlef/security-wg
- Owner: erlef
- Created: 2019-06-27T16:40:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T11:16:06.000Z (about 1 year ago)
- Last Synced: 2024-04-22T11:41:35.367Z (about 1 year ago)
- Topics: security-wg, wg
- Homepage: https://erlef.github.io/security-wg/
- Size: 59.6 KB
- Stars: 187
- Watchers: 34
- Forks: 16
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EEF Security WG
This repository is used by the EEF Security WG to collaborate on documents and code.
## Documents
Public documents and drafts are kept in [/docs](/docs) and made available through GitHub Pages at [https://erlef.github.io/security-wg/](https://erlef.github.io/security-wg/).
# How to see documentation locally
Requirerments:
* ruby >= 3.2
* bundler**Or use VSCode Devcontainer**
Instructions
```bash
bundle install
cd docs
bundle exec jekyll serve
```