Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 265 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 265 Bytes

NDN 101

An introductory website on Named Data Networking (NDN).

Link: 101.named-data.net

Local build

Install dependencies:

pipx install poetry
poetry install

Live preview:

poetry run mkdocs serve