Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 481 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 481 Bytes

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 and made available through GitHub Pages at https://erlef.github.io/security-wg/.

How to see documentation locally

Requirerments:

  • ruby >= 3.2
  • bundler

Or use VSCode Devcontainer

Instructions

bundle install
cd docs
bundle exec jekyll serve