- The new www.rfc-editor.org design on Figma. As development continues this is the graphic design that we will be adhering to where possible.
This code repository is under the broader guidance from IETF CONTRIBUTING.md.
- Docker Desktop
- WSL2 (Windows only)
See /client/
To display RFCs we preprocesses their HTML into JSON with certain features extracted (eg Table Of Contents). This is done in red-rfc-html-extractor
.
Markdown files are in client/content
. Markdown Frontmatter (metadata) fields supported are listed in content.config.js.
In client
run npm run test
Stop the dev server, run npm run cleanup
, and restart the dev server.