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

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

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
```